summaryrefslogtreecommitdiff
path: root/asciidoc
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 10.2.0 (#258)10.2.0Matthew Peveler2022-05-221-1/+1
* Add future-compat attribute parsing (#255)Matthew Peveler2022-05-221-4/+73
* Adding basics for compat attribute flag (#256)Matthew Peveler2022-05-222-2/+39
* Fix verbose flag not working when using a2x or asciidoc entry points (#252)Matthew Peveler2022-05-212-2/+3
* Clarify licensing of asciidoc-py to GPLv2+ (#236)Matthew Peveler2022-04-269-10/+70
* Bump version to 10.1.410.1.4Matthew Peveler2022-03-011-1/+1
* Update copyright year to 2022Matthew Peveler2022-03-016-6/+6
* Split attribute parsing into own module with tests (#246)Matthew Peveler2022-03-012-59/+53
* Fix DeprecationWarning on a2x regexes (#247)Matthew Peveler2022-03-011-42/+52
* Remove unused a2x functionMatthew Peveler2022-02-231-20/+0
* Improve typing for Plugin initMatthew Peveler2022-02-231-1/+2
* Bump version to 10.1.310.1.3Matthew Peveler2022-02-201-1/+1
* Bump version to 10.1.210.1.2Matthew Peveler2022-02-171-1/+1
* Remove dead python2 codeMatthew Peveler2022-02-171-6/+0
* Fix regex deprecation warningsMatthew Peveler2022-02-171-4/+4
* Move Plugin to its own moduleMatthew Peveler2022-02-172-204/+222
* Move Message class to own moduleMatthew Peveler2022-02-172-67/+81
* Migrate standalone Table code to own moduleMatthew Peveler2022-02-173-70/+79
* Move some funcs to utils moduleMatthew Peveler2022-02-172-37/+37
* Add typings to some standalone functionsMatthew Peveler2022-02-173-19/+21
* Fix parsing asciidoc_opt values with spaces for a2x (#237)Matthew Peveler2022-02-111-8/+13
* Fix typos (#229)Kian Meng, Ang2021-12-257-7/+7
* Bump version to 10.1.110.1.1Matthew Peveler2021-12-201-1/+1
* a2x: fix index out of range in exec path print (#228)Oliver Smith2021-12-201-4/+1
* Fix RuntimeWarning when using the -m flagMatthew Peveler2021-12-181-3/+9
* Bump version to 10.1.010.1.0Matthew Peveler2021-12-171-1/+1
* Print asciidoc execute details in a2x verboseMatthew Peveler2021-12-171-0/+6
* Expose VERSION as top-level exporttbpassin2021-12-171-1/+2
* Fix self reference errors in AsciiDocApi (#225)tbpassin2021-11-251-1/+2
* Bump version to 10.0.210.0.2Matthew Peveler2021-11-121-1/+1
* Fix incorrect parsing of asciidoc_opts in a2x (#219)lmarz2021-11-081-1/+1
* Fix errors not displaying when called via a2x (#220)Oliver Smith2021-11-081-0/+1
* Bump version to 10.0.1Matthew Peveler2021-10-281-1/+1
* Fix handling escaped attributes inside macros (#206)Matthew Peveler2021-10-281-10/+14
* Reset gravity before using trim on convert (#202)Matthew Peveler2021-10-281-1/+7
* Update metadata for 10.0.0 release10.0.0Matthew Peveler2021-10-161-1/+1
* Split off utils functions into own module (#197)Matthew Peveler2021-10-162-220/+226
* Create exceptions module to contain exception classesMatthew Peveler2021-09-183-9/+10
* Cleanup outfile on system-exiting exceptions (#195)Felipe Contreras2021-09-181-3/+3
* update name from AsciiMathML to AsciiMathMatthew Peveler2021-02-061-2/+2
* set --catalogs for xmllint if SGML_CATALOG_FILES env is set (#172)Matthew Peveler2021-02-051-1/+4
* add support for lines attribute for include directive (#167)Matthew Peveler2021-02-031-6/+35
* include AsciiDoc API class in moduleMatthew Peveler2021-02-012-0/+70
* add notice on expected BC breaks of asciidoc and a2x module internalsMatthew Peveler2021-02-012-0/+9
* move Dict classes into own moduleMatthew Peveler2021-01-303-97/+73
* bump version to 10.0.0a210.0.0a2Matthew Peveler2021-01-301-1/+1
* disable calling asciidoc package without -m flagMatthew Peveler2021-01-301-1/+1
* ignore __pycache__ directory when listing plugin directoriesMatthew Peveler2021-01-291-1/+3
* replace asciidoc-file attribute with asciidoc-moduleMatthew Peveler2021-01-292-2/+3
* fix errors not displaying when called via moduleMatthew Peveler2021-01-292-4/+11