| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-28 | hmallow-rst-to-read-from-stdin | Philipp A | |
| 2023-12-28 | Merge branch 'main' into allow-rst-to-read-from-stdin | Philipp A | |
| 2023-12-28 | Commit format changes (#41) | Philipp A | |
| Co-authored-by: flying-sheep <flying-sheep@users.noreply.github.com> | |||
| 2023-12-28 | Merge branch 'main' into allow-rst-to-read-from-stdin | Philipp A | |
| 2023-12-28 | Trailing newlines (#31) | Philipp A | |
| 2023-12-28 | Format (#38) | Philipp A | |
| 2023-12-28 | Add CI (#36) | Philipp A | |
| 2021-06-27 | rst: Allow reading from standard input | Teddy Wing | |
| Enable the `rst` binary to read a document from standard input. If no `file` command line argument is given, assume that the document comes from standard input. | |||
| 2020-11-13 | v0.4.0 | Philipp A | |
| 2020-11-01 | Fix indentationHEADmaster | Philipp A | |
| 2020-11-01 | Implement literal blocks (#28) | Philipp A | |
| 2020-10-31 | do the evil thing | Philipp A | |
| 2020-10-31 | Fix comment conversion (#27) | Philipp A | |
| 2020-10-31 | make logo prefers-color-scheme aware (#25) | 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 | |
