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
Age
Commit message (
Collapse
)
Author
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
2019-03-31
Implement WIP HTML rendering
Philipp A
2019-03-30
Skip empty attributes
Philipp A
2019-03-30
serde-xml-rs 0.3
Philipp A
2019-03-30
suppress lint error
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-21
new pest release!
Philipp A
2018-12-08
quicli 0.4
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-07
Rust 2018 is here!
Philipp A
2018-12-02
wonkily add names and so on
Philipp A
2018-12-02
implemented reference_target
Philipp A
2018-12-02
Fix inlines
Philipp A
2018-12-02
First bit of inlines parsing
Philipp A
2018-12-02
Added doc8 ini and adapted readme stype
Philipp A
2018-12-02
Move block conversions to submodule
Philipp A
2018-12-02
Organized grammar a bit
Philipp A
2018-12-02
Improve extra_attributes
Philipp A
2018-12-02
Improve target
Philipp A
2018-12-02
Switched url to target
Philipp A
[next]