aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2016-11-05Fix labeled lists containing unsorted listsLoïc Hoguin
2016-11-04Unescape pipes when parsing table cellsLoïc Hoguin
2016-11-04Remove an io:formatLoïc Hoguin
2016-11-02Allow numbers in man page names when building linksLoïc Hoguin
2016-11-02Ignore comments inside paragraphsLoïc Hoguin
2016-11-02Handle labeled lists the same as normal listsLoïc Hoguin
Including support for lists continuations.
2016-11-02Fix an issue with line continuationsLoïc Hoguin
2016-10-31Add a check for mandatory name section for man pagesLoïc Hoguin
2016-10-31Make extra man page fields configurableLoïc Hoguin
2016-10-31Add compress and outdir options to man translatorLoïc Hoguin
2016-10-18Fix the AST and add tests for formattingLoïc Hoguin
Also opened the way to making configurable quoted text elements, like the original Asciidoc allows. We could potentially end up allowing users to define different types of quotes producing custom AST.
2016-10-17Initial commitLoïc Hoguin
This is still very much in a proof of concept state, though the project should be in a good enough state that future additions are relatively painless. Text formatting nodes are not using the proper form in the AST at the moment. They should not be relied upon just yet.