rustextile 1.0.2

Textile markup language parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
Empty-like links and text:
  input: |
    "Text":0

    "0":http://example.com/
  expect: |
    <p><a href="0">Text</a></p>

    <p><a href="http://example.com/">0</a></p>