21:d250f90670fa
|
2017-05-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Employ node addition more widely in order to replace empty nodes. |
|
|
moinformat/__init__.py
|
|
20:d44637dcc081
|
2017-05-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added subscript and superscript formatting.
Simplified inline pattern name management. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
19:af4084068655
|
2017-05-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added underlined text support and, unlike Moin, formatting within headings. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
18:ca3330f1c234
|
2017-05-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Merged handling of emphasised and strong text.
Added monospaced text support. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
17:6b231d75d301
|
2017-05-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added emphasis and strong formatting support. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
16:3e5b1b8cb456
|
2017-04-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added initial definition list element support.
Consolidated common serialisation routines. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
15:81089c4cb6eb
|
2017-04-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced an explicit paragraph break node, removing the final indicator from
block nodes.
Distinguished between node appending and node adding, the latter incorporating
the replacement of empty nodes by new nodes. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py
|
|
14:70b10d6aaad3
|
2017-04-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for other list node types, breaking the pattern for list items up
into specific patterns. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
13:7825ca4d0357
|
2017-04-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for headings. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
12:575c7b5d97ac
|
2017-04-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added horizontal rule support. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|