-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Wiki support by default in Markdown
Signed-off-by: Jarno Elovirta <jarno@elovirta.com>
- Loading branch information
Showing
13 changed files
with
53 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/resources/dita/wiki/missing_root_header_with_yaml.dita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="missing-root-header" level="1">missing root header</header><div><para>Root topic content.</para></div><div id="nested-topic"><header id="nested-topic" level="2">Nested Topic</header><div><para>Nested topic content.</para></div></div></div></pandoc> | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="missing-root-header" level="1"/><div><para>Root topic content.</para></div><div id="nested-topic"><header id="nested-topic" level="2">Nested Topic</header><div><para>Nested topic content.</para></div></div></div></pandoc> |
2 changes: 1 addition & 1 deletion
2
src/test/resources/output/ast/missing_root_header_with_yaml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="yaml-title" level="1">YAML Title</header><div><para>Root topic content.</para></div></div></pandoc> | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="yaml-id" level="1">YAML Title</header><div><para>Root topic content.</para></div></div></pandoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="yaml-header" level="1">YAML Header</header><div/></div></pandoc> | ||
<?xml version="1.0" encoding="UTF-8"?><pandoc><div><header id="extended-profile" level="1">YAML Header</header><div/></div></pandoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# missing root header {#missing-root-header} | ||
# {#missing-root-header} | ||
|
||
Root topic content. | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/test/resources/output/markdown/missing_root_header_with_yaml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# YAML Title {#yaml-title} | ||
# YAML Title {#yaml-id} | ||
|
||
Root topic content. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# YAML Header {#yaml-header} | ||
# YAML Header {#extended-profile} | ||
|