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
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-08-19
Fix the build (#6)
Andreu Botella
crate::parse::simplify::resolve_references does nothing yet though
2019-04-17
some more simplify
Philipp A
2019-03-31
Add stub for ref resolution
Philipp A
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
fix test for the added str in the grammar
Philipp A
2018-12-28
Add From<&str> for ID and AT
Philipp A
2018-12-08
some todos
Philipp A
2018-12-07
fix clippy
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
2018-12-02
Switched url to target
Philipp A
2018-12-01
Parse from span for nicer errors
Philipp A
2018-12-01
Unified image attributes
Philipp A
2018-11-27
Support inline Images
Philipp A
2018-11-24
Make use of new From impl
Philipp A
2018-11-23
fixed tests
Philipp A
2018-11-21
Automate serialization
Philipp A
2018-11-20
Serializing document trees!
Philipp A
2018-11-16
First doctree conversion code
Philipp A
2018-11-15
fixed blank line handling
Philipp A
2018-11-15
we don’t use manual tokens
Philipp A
2018-11-15
Added target tests
Philipp A
2018-11-15
Moved parser tests
Philipp A
2018-11-15
renamed mod.rs
Philipp A
2018-11-14
WIP indentation grammar
Philipp A
2018-10-31
Added JSON serialization
Philipp A
2018-10-29
Rust 2018
Philipp A
2018-10-29
cosmetic
Philipp A
2018-10-29
added parser module
Philipp A
2017-01-26
satisfied clippy
Philipp A
[next]