index
:
rust-rst
allow-rst-to-read-from-stdin
master
options
trailing-newlines
a reStructuredText parser and renderer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parser
/
conversion
Age
Commit message (
Collapse
)
Author
2019-12-26
Split into smaller crates
Philipp A
2019-12-09
Fix and test substitution
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
Render emph, strong, and literal
Philipp A
2019-12-08
Convert bullet list
Philipp A
2019-12-07
Add basic markup
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
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-03-31
Convert indentation to tabs
Philipp A
2018-12-30
document conversion
Philipp A
2018-12-28
Fix warnings
Philipp A
2018-12-28
Add From<&str> for ID and AT
Philipp A
2018-12-08
some todos
Philipp A
2018-12-07
a bit clippy
Philipp A
2018-12-02
wonkily add names and so on
Philipp A
2018-12-02
implemented reference_target
Philipp A
2018-12-02
First bit of inlines parsing
Philipp A
2018-12-02
Move block conversions to submodule
Philipp A