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
/
rst.pest
Age
Commit message (
Expand
)
Author
2019-12-26
Split into smaller crates
Philipp A
2019-12-09
Fix and test substitution
Philipp A
2019-12-08
render newlines to spaces
Philipp A
2019-12-08
Render emph, strong, and literal
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
Implement replace
Philipp A
2019-11-09
No atomic rules necessary
Philipp A
2019-11-07
Updating the parser to recognize most hyperlink references.
Andreu Botella
2019-10-23
Resolving substitutions. (#9)
Andreu Botella
2018-12-30
document conversion
Philipp A
2018-12-08
some todos
Philipp A
2018-12-02
Fix inlines
Philipp A
2018-12-02
First bit of inlines parsing
Philipp A
2018-12-02
Organized grammar a bit
Philipp A
2018-11-24
Implemented substitution_def
Philipp A
2018-11-24
WIP image and substitution
Philipp A
2018-11-24
removed HTML from grammar
Philipp A
2018-11-24
Require lines to contain things
Philipp A
2018-11-23
fixed tests
Philipp A
2018-11-20
Serializing document trees!
Philipp A
2018-11-19
Make it compile again
Philipp A
2018-11-15
fixed blank line handling
Philipp A
2018-11-15
use fixed stack
Philipp A
2018-11-15
Added admonitions and targets
Philipp A
2018-11-14
Fixed title
Philipp A
2018-11-14
WIP indentation grammar
Philipp A
2018-10-31
Added JSON serialization
Philipp A
2018-10-29
cosmetic
Philipp A
2018-10-29
added parser module
Philipp A
2018-10-29
added pest grammar v1
Philipp A