diff options
| author | Philipp A | 2020-11-01 16:46:16 +0100 | 
|---|---|---|
| committer | GitHub | 2020-11-01 16:46:16 +0100 | 
| commit | 44e9d2b79f307d9b741a606d5acd2fe6166efa5f (patch) | |
| tree | 0ae04d6262c74081ac3a1a9d4259a8db156d7d89 /README.rst | |
| parent | 89d123ec6586b9d0e48c2f99f11575b254b46e72 (diff) | |
| download | rust-rst-44e9d2b79f307d9b741a606d5acd2fe6166efa5f.tar.bz2 | |
Implement literal blocks (#28)
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -19,6 +19,16 @@ Currently it can convert a subset of rST (e.g. this README) to HTML5:     # or     cargo run -- README.rst +The contained packages are: + +:: + +    document_tree +	├── renderer +	│   └──────┐ +	└── parser │ +	    └──────┴── rst +  This project is dual-licensed under Apache 2.0 and MIT.  .. _Docutils Document Tree: http://docutils.sourceforge.net/docs/ref/doctree.html | 
