115:76b28b3931f5
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed link serialisation where no explicit link text is given.
Added explicit attribute encoding for heading identifiers. |
|
|
moinformat/parsers/moin.py moinformat/serialisers/html/moin.py moinformat/serialisers/moin/moin.py moinformat/tree/moin.py
|
|
114:80d5439ad683
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed quoting of # by assuming that the first occurrence indicates a fragment,
with subsequent occurrences being part of the fragment identifier. |
|
|
moinformat/links/html.py
|
|
113:f9321fa1c1de
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced identifiers for headings to permit direct linking. |
|
|
moinformat/serialisers/common.py moinformat/serialisers/html/moin.py moinformat/serialisers/moin/moin.py moinformat/tree/moin.py
|
|
112:6f40d4d5320a
110:966d6212d921
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Quote link paths so that the target is properly understood by the browser. |
|
|
moinformat/links/html.py
|
|
111:0c98b2e6896a
117:fb199ccdb341
108:b25e440a3f59 110:966d6212d921
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Merged changes from the default branch. |
single-regexp-searching |
|
|
|
110:966d6212d921
111:0c98b2e6896a 112:6f40d4d5320a
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced a replace method on container nodes.
Added a note to explain the preservation of the macro when generating table of
contents nodes. |
|
|
moinformat/macros/br.py moinformat/macros/toc.py moinformat/tree/moin.py
|
|
109:da161661f733
107:b89502ed29be
|
2018-07-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved redundant manifest-related code into the imports module. |
|
|
moinformat/imports.py moinformat/input/manifest.py moinformat/links/manifest.py moinformat/macros/manifest.py moinformat/output/manifest.py moinformat/parsers/graphviz.py moinformat/parsers/manifest.py moinformat/parsers/moin.py moinformat/parsers/table.py moinformat/serialisers/manifest.py
|
|
108:b25e440a3f59
111:0c98b2e6896a
105:259cbc50b767 107:b89502ed29be
|
2018-07-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Merged changes from the default branch. |
single-regexp-searching |
|
|
|
107:b89502ed29be
108:b25e440a3f59 109:da161661f733
|
2018-07-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed misinterpretation of macros as table attributes. |
|
|
moinformat/parsers/moin.py tests/test_tables.tree tests/test_tables.txt
|
|
106:429c8546ae9f
104:8d437cdf2381
|
2018-07-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added line break syntax, a corresponding tree node, and a Moin-compatible macro. |
|
|
moinformat/macros/br.py moinformat/parsers/moin.py moinformat/serialisers/html/moin.py moinformat/serialisers/moin/moin.py moinformat/tree/moin.py tests/test_paragraphs.tree tests/test_paragraphs.txt
|
|