| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-25 | whoopsoptions | Philipp A | |
| 2020-10-25 | Use initial header level | Philipp A | |
| 2020-10-25 | Initial options impl | Philipp A | |
| 2020-10-25 | Decrement renderer level after section recursion (#16) | Konsta Hölttä | |
| The html renderer section level used for title numbering is incremented when entering a new section so that subsections get correct heading elements. Match the increment with a decrement after having rendered the section contents, so that multiple consecutive sections would stay consistent. Add a test to verify this behaviour. | |||
| 2020-10-25 | Add license files (#22) | Noritada Kobayashi | |
| 2020-10-25 | Add support for parsing comments (#23) | nitnelave | |
| 2020-09-07 | Add support for raw directives (#17) | Konsta Hölttä | |
| All content under a raw directive is rendered as-is if the output format matches the writer. Otherwise none of it is shown. | |||
| 2020-09-07 | Don’t parse literal content | Philipp A | |
| 2020-09-07 | Add html test for substs in literals | Konsta Hölttä | |
| Text inside an inline or block literal that looks like a substitution reference must still stay unmodified. | |||
| 2020-09-06 | line comments | Philipp A | |
| 2020-09-06 | Arbitrary scheme url demo for issue #18 (#19) | Konsta Hölttä | |
| Co-authored-by: Philipp A <flying-sheep@web.de> | |||
| 2020-06-03 | Handle in-word underscoresv0.3.2-parser | Philipp A | |
| 2020-06-03 | circumvent E0119 | Philipp A | |
| 2020-01-08 | Added READMEs | Philipp A | |
| 2020-01-03 | Added code block directivev0.3.1-rendererv0.3.1-parser | Philipp A | |
| 2019-12-26 | v0.3.0v0.3.0 | Philipp A | |
| 2019-12-26 | Split into smaller crates | Philipp A | |
| 2019-12-09 | Fix and test substitution | Philipp A | |
| 2019-12-08 | Convenience with_extra_and_children | Philipp A | |
| 2019-12-08 | Render simple section IDs and numbers | Philipp A | |
| 2019-12-08 | render newlines to spaces | Philipp A | |
| 2019-12-08 | Sane newline rendering | Philipp A | |
| 2019-12-08 | Render emph, strong, and literal | Philipp A | |
| 2019-12-08 | Convert bullet list | Philipp A | |
| 2019-12-07 | Add basic markup | Philipp A | |
| 2019-12-07 | On second thought let’s not overcomplicate things | Philipp A | |
| 2019-11-17 | Minor fixes to the HTML rendering. (#13) | Andreu Botella | |
| - Escaping the plain text. - Bringing the rendering of some elements closer to what docutils does. | |||
| 2019-11-12 | Adapt reference rendering | Philipp A | |
| 2019-11-12 | Run python tests | Philipp A | |
| 2019-11-09 | Add note about readiness | Philipp A | |
| 2019-11-09 | Support multiline replace | Philipp A | |
| 2019-11-09 | Finish substitution implementation | Philipp A | |
| 2019-11-09 | Properly parse titles | Philipp A | |
| 2019-11-09 | Implement replace | Philipp A | |
| 2019-11-09 | No atomic rules necessary | Philipp A | |
| 2019-11-09 | Simple indirect links | Philipp A | |
| 2019-11-07 | Handling relative URLs in the conversion code. | Andreu Botella Botella | |
| Closes #10. | |||
| 2019-11-07 | Updating the parser to recognize most hyperlink references. | Andreu Botella | |
| 2019-10-23 | Resolving substitutions. (#9) | Andreu Botella | |
| 2019-09-05 | Make elements clonable. (#8) | Andreu Botella | |
| 2019-08-19 | Fix the build (#6) | Andreu Botella | |
| crate::parse::simplify::resolve_references does nothing yet though | |||
| 2019-05-09 | Merge pull request #5 from andreubotella/table_content | Philipp A | |
| Implement tables | |||
| 2019-05-08 | Adding an attribute type for the cols attribute of tgroup. | Andreu Botella | |
| 2019-05-08 | Adding attributes to the table content elements. | Andreu Botella | |
| 2019-04-19 | Adding table content elements. | Andreu Botella | |
| 2019-04-17 | some more simplify | Philipp A | |
| 2019-04-17 | development file | Philipp A | |
| 2019-03-31 | Hide private module | Philipp A | |
| 2019-03-31 | Add stub for ref resolution | Philipp A | |
| 2019-03-31 | Convert indentation to tabs | Philipp A | |
