Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-05 | Fix labeled lists containing unsorted lists | Loïc Hoguin | |
2016-11-04 | Unescape pipes when parsing table cells | Loïc Hoguin | |
2016-11-04 | Remove an io:format | Loïc Hoguin | |
2016-11-02 | Allow numbers in man page names when building links | Loïc Hoguin | |
2016-11-02 | Ignore comments inside paragraphs | Loïc Hoguin | |
2016-11-02 | Handle labeled lists the same as normal lists | Loïc Hoguin | |
Including support for lists continuations. | |||
2016-11-02 | Fix an issue with line continuations | Loïc Hoguin | |
2016-10-31 | Add a check for mandatory name section for man pages | Loïc Hoguin | |
2016-10-31 | Make extra man page fields configurable | Loïc Hoguin | |
2016-10-31 | Add compress and outdir options to man translator | Loïc Hoguin | |
2016-10-18 | Fix the AST and add tests for formatting | Loï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-17 | Initial commit | Loï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. |