-
-
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.
Signed-off-by: Jarno Elovirta <jarno@elovirta.com>
- Loading branch information
Showing
65 changed files
with
1,578 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
build/ | ||
src/main/resources/dita2markdown.xsl | ||
src/main/resources/map2markdown-cover.xsl | ||
out | ||
/out |
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 |
---|---|---|
@@ -0,0 +1,163 @@ | ||
--- | ||
author: [Author One, Author Two] | ||
source: Source | ||
publisher: Publisher | ||
permissions: Permissions | ||
audience: Audience | ||
category: Category | ||
keyword: [Keyword1, Keyword2] | ||
resourceid: [Resourceid1, Resourceid2] | ||
--- | ||
|
||
# Test {#test} | ||
|
||
Paragraph *test* and **list list list list list list list list list list list list list list list list list list list list list list list** or `code`. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. This is a very long line. | ||
|
||
None *emph \* \*\* \_ \_\_ __strong \* \*\* \_ \_\_ strong__ emph* none **strong \* \*\* \_ \_\_ _emph \* \*\* \_ \_\_ emph_ strong** none. | ||
|
||
Asterisk \* bracket \[foo\]. | ||
|
||
\\\`\*\_\{\}\[\]\(\)>\#+-.!<>& | ||
|
||
Hyphen: | ||
|
||
- hyphen list list list list list list list list list list list list list list list list list list list list list list list | ||
- **start** with *inline* **elements** | ||
|
||
para | ||
|
||
- list | ||
- item | ||
- four | ||
- fifth | ||
- sixth | ||
|
||
Asterix: | ||
|
||
- inline *bold* normal | ||
- inline | ||
- para | ||
|
||
- inline | ||
- para | ||
|
||
para | ||
|
||
- para | ||
|
||
para | ||
|
||
- mixed codeblock | ||
|
||
``` | ||
codeblock | ||
codeblock | ||
``` | ||
- para | ||
``` | ||
codeblock | ||
codeblock | ||
``` | ||
- para | ||
Ordered: | ||
1. ordered | ||
2. list | ||
3. item | ||
1. nested | ||
2. list | ||
4. foo | ||
5. foo | ||
6. foo | ||
7. foo | ||
8. foo | ||
9. foo | ||
10. foo | ||
11. foo | ||
12. foo | ||
13. foo | ||
14. foo | ||
15. foo | ||
## Example { .section} | ||
Code example on `for` loop: | ||
``` | ||
for i in items: | ||
println(i) | ||
|
||
``` | ||
Fenced: | ||
``` {#test__scala-example .scala} | ||
items.foreach(println) | ||
``` | ||
|
||
## Images {#images} | ||
|
||
An inline ![Alt](test.jpg). | ||
|
||
![Alt](test.jpg) | ||
|
||
![Alt](test.jpg "Title") | ||
|
||
### Key references {#key_references} | ||
|
||
![]() | ||
|
||
## Links {#links} | ||
|
||
- [Markdown](test.md.xml) | ||
- [DITA](topic.md.xml) | ||
- [HTML](test.html) | ||
- [External](http://www.example.com/test.html) | ||
- | ||
|
||
## Tables {#tables} | ||
|
||
|Right|Left|Default|Center| | ||
|----:|:---|-------|:----:| | ||
|12|12|12|12| | ||
|123|123|123|123| | ||
|1|1|1|1| | ||
|
||
|A|B| | ||
|---|---| | ||
|1|2| | ||
|
||
PHP Table: | ||
|
||
|First Header|Second Header Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry|Third Header| | ||
|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|-----------:| | ||
|First row|Data|Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry Very long data entry| | ||
|Second row|**Cell**|*Cell*| | ||
|
||
## Definition list {#definition_list} | ||
|
||
Apple | ||
: Pomaceous fruit of plants of the genus Malus in the family Rosaceae. | ||
Orange | ||
: The fruit of an evergreen tree of the genus Citrus. | ||
|
||
The fruit of an evergreen tree of the genus Citrus. | ||
|
||
## Quote {#quote} | ||
|
||
> This is email And so it this Again. | ||
- List | ||
|
||
> Quote in list | ||
- Second list | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Codeblock {#codeblock} | ||
|
||
Code example on `for` loop: | ||
|
||
``` | ||
for i in items: | ||
println(i) | ||
``` | ||
|
||
Fenced block: | ||
|
||
``` {#codeblock__foreach-example .scala} | ||
items.foreach(println) | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Abbreviation {#abbreviation} | ||
|
||
The HTML specification is maintained by the W3C. | ||
|
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 |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Admonition {#admonition} | ||
|
||
Block-Styled Side Content | ||
|
||
**qualifier:** | ||
|
||
Optional Title | ||
|
||
block content | ||
|
||
block content | ||
|
||
No-Heading Content | ||
|
||
**qualifier:** | ||
|
||
block content | ||
|
||
**qualifier:** | ||
|
||
block content | ||
|
||
Collapsible Block-Styled Side Content: | ||
|
||
Collapsed by default | ||
|
||
**qualifier:** | ||
|
||
Optional Title | ||
|
||
block content | ||
|
||
Open by default | ||
|
||
**qualifier:** | ||
|
||
Optional Title | ||
|
||
block content | ||
|
||
**Note:** | ||
|
||
block content | ||
|
||
**Tip:** | ||
|
||
block content | ||
|
||
**Fastpath:** | ||
|
||
block content | ||
|
||
**Restriction:** | ||
|
||
block content | ||
|
||
**Important:** | ||
|
||
block content | ||
|
||
**Remember:** | ||
|
||
block content | ||
|
||
**Attention:** | ||
|
||
block content | ||
|
||
Caution: | ||
|
||
block content | ||
|
||
**Note:** | ||
|
||
block content | ||
|
||
Danger | ||
|
||
block content | ||
|
||
**Warning:** | ||
|
||
block content | ||
|
||
**Trouble:** | ||
|
||
block content | ||
|
||
1. List item | ||
|
||
**Note:** | ||
|
||
block content | ||
|
||
|
Oops, something went wrong.