aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add dependency for checklists in markdownHEADmasterQrius2025-05-193-2/+5
|
* Disable unsafe code execution by defaultQrius2025-05-067-3/+37
|
* Move more class vars into macro dict, fix some typos causing metadata to be ↵Qrius2025-05-062-17/+10
| | | | defined wrong, remove more py_global_env
* Duplicate error printingQrius2025-05-061-2/+11
|
* Remove missed reference to py_global_envQrius2025-05-061-1/+5
|
* Add info on code blocks and stringsQrius2025-05-061-0/+35
|
* Remove py_global_env, so we get a more file-like environment for arbitrary codeQrius2025-05-062-13/+11
|
* Change from str to lists for building strings during parsingQrius2025-05-051-41/+60
|
* Update man pages, remove unused parameterQrius2025-04-304-57/+99
|
* Change output buffer from string to listQrius2025-04-301-14/+18
| | | | | Should be faster, have not benchmarked. Main reson is to be able to modularize parser
* Return link from wodlQrius2025-04-251-1/+1
|
* Add non-updated man pages to deb packageQrius2025-04-254-10/+5
|
* Add v1 of special macrosQrius2025-04-251-5/+36
|
* Refactor some internal variables, add -P toggle for smp_-prefixingQrius2025-04-257-47/+61
|
* Disable br conversion in markdown macroQrius2025-04-241-1/+1
|
* Improve smp entrypoint with additional optionsQrius2025-04-243-32/+47
|
* Fix inconsistencies with expansion of text strings and the array macrosQrius2025-04-246-11/+25
|
* Add inline option to read macro, so we don't override target_file_extension ↵Qrius2025-04-241-4/+6
| | | | with includes
* Fix incorrect popping from template stackQrius2025-04-241-2/+2
|
* Add missing condition to file filterQrius2025-04-231-0/+6
|
* Make extension to markdown work againQrius2025-04-231-0/+4
|
* Readd MakefileQrius2025-04-233-3/+33
|
* Prepare deb packaging, switch markdown dependencyQrius2025-04-2313-55/+142
|
* Rename some macros, add stack trace systemQrius2025-04-2310-46/+200
|
* Add markdown extensions for table and fenced codeQrius2025-04-221-0/+4
|
* Approach malleable systemQrius2025-04-226-141/+149
|
* Make mypy/pyflake happy, remove global vars in favor of cache in a macroQrius2025-04-113-10/+15
|
* Begin rewrite of internals to be more malleableQrius2025-04-116-372/+383
|
* Clean up thingsQrius2025-03-205-97/+71
|
* Finish feature parityQrius2025-03-108-19/+397
|
* Seemingly up to scratch nowQrius2025-03-054-347/+78
|
* First iteration of py skaldpress versionQrius2025-03-0560-41/+1141
|
* Add some more macrosQrius2025-02-215-8/+39
|
* first version of python rewriteQrius2025-02-2148-0/+1423