| patch |
summary |
view |
raw |
| 1001-Add-support-for-ikiwiki-links-if-wiki-uri-is-specified.patch |
lib/HTML/WikiConverter/Markdown.pm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
|
view
|
download
|
| 1002-Use-syntax-for-mailto-URLs-with-the-email-as-link-text.patch |
lib/HTML/WikiConverter/Markdown.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 1003-Use-indentation-for-pre-blocks-handle-code-blocks-with-in-them.patch |
lib/HTML/WikiConverter/Markdown.pm | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
|
view
|
download
|
| 1004-Preserve-all-unsupported-inline-elements.patch |
lib/HTML/WikiConverter/Markdown.pm | 4 ++++
1 file changed, 4 insertions(+)
|
view
|
download
|
| 1005-A-markdown-pre-block-will-escape-markdown-or-markup-so-output-pre-s-with-child-elements-as-HTML.patch |
lib/HTML/WikiConverter/Markdown.pm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
|
view
|
download
|
| 1006-Output-all-unknown-block-level-elements-and-their-descendants-unchanged.patch |
lib/HTML/WikiConverter/Markdown.pm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
|
view
|
download
|
| 1007-Remove-special-handling-for-tables-now-subsumed-by-general-block-element-handling.patch |
lib/HTML/WikiConverter/Markdown.pm | 4 ----
1 file changed, 4 deletions(-)
|
view
|
download
|
| 1008-Use-HTML-for-a-with-name-attr-or-child-elements-preserve-markdown-inside-a.patch |
lib/HTML/WikiConverter/Markdown.pm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
|
view
|
download
|
| 1009-Avoid-using-an-uninitialized-value-if-code-has-no-backquotes-inside.patch |
lib/HTML/WikiConverter/Markdown.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| 1010-Strip-formatting-inside-wiki-links.-Markdown-links-can-have-formatting-so-stop-using-a-for-that.patch |
lib/HTML/WikiConverter/Markdown.pm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
|
view
|
download
|
| 1011-Handle-tt-the-same-as-code.patch |
lib/HTML/WikiConverter/Markdown.pm | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 1012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.patch |
lib/HTML/WikiConverter/Markdown.pm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
|
view
|
download
|
| 1013-Allow-passing-through-raw-markdown-syntax-wrapped-in-markdown-tags.patch |
lib/HTML/WikiConverter/Markdown.pm | 7 +++++++
1 file changed, 7 insertions(+)
|
view
|
download
|
| 1014-Some-entity-handling-and-refactoring.patch |
lib/HTML/WikiConverter/Markdown.pm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
|
view
|
download
|
| 1015_Adjust_tests_for_changed_block_handling_in_patches_1006-1007.patch |
t/markdown.t | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
|
view
|
download
|