You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[teedoc](https://teedoc.github.io) is an open-source static site generator that converts Markdown files and jupyter notebooks to a documentation website. teedoc is written in the Python programming language, easy to use and extend.
70
-
71
-
teedoc especially suitable for multiple documentation sites or wiki, or knowledge bases.
69
+
[teedoc](https://teedoc.github.io) is an open-source static site generator that converts Markdown files and jupyter notebooks to a documentation website. teedoc is written in the Python programming language, easy to use and extend. teedoc is especially suitable for multiple documentation sites, wikis, or knowledge bases.
72
70
73
71
teedoc uses the [mistune](https://github.com/lepture/mistune) Markdown parser.
74
72
@@ -78,10 +76,12 @@ teedoc uses the [mistune](https://github.com/lepture/mistune) Markdown parser.
78
76
79
77
### Support for Additional Syntax Elements
80
78
81
-
teedoc support many useful additional syntax like:
79
+
teedoc supports many useful additional syntax like:
80
+
82
81
*[mermaid](https://mermaid-js.github.io/mermaid/): A simple markdown-like script language for generating charts from text via javascript.
83
-
* math: Support Latex and tex math syntax, and MathML tags.
84
-
* tabset: A easy to use tabset syntax. For example: to show different code examples for different programming languages.
82
+
* math: Supports Latex, tex math syntax, and MathML tags.
83
+
* tabset: A easy to use tabset syntax. For example, it shows different code examples for different programming languages.
84
+
85
85
```markdown
86
86
.. tabset::
87
87
:id: tabset1
@@ -96,6 +96,7 @@ teedoc support many useful additional syntax like:
96
96
```
97
97
98
98
will be rendered to:
99
+
99
100
```html
100
101
<divclass="tabset tabset-id-tabset1">
101
102
<divclass="tabset-title">Title(optional)</div>
@@ -115,14 +116,17 @@ teedoc support many useful additional syntax like:
115
116
</div>
116
117
</div>
117
118
```
118
-
* details: A syntax to generate HTML5 details tag
119
+
120
+
* details: A syntax to generate HTML5 details tag.
121
+
119
122
```markdown
120
123
.. details::Title, click to expand
121
124
122
125
Content, full Markdown syntax support
123
126
```
124
127
125
128
will be rendered to:
129
+
126
130
```html
127
131
<details>
128
132
<summary>Title, click to expand</summary>
@@ -132,6 +136,5 @@ teedoc support many useful additional syntax like:
132
136
</details>
133
137
```
134
138
135
-
136
-
More syntax information visit [teedoc markdown syntax](https://teedoc.github.io/get_started/en/syntax/syntax_markdown.html)
139
+
For more syntax information, visit [teedoc markdown syntax](https://teedoc.github.io/get_started/en/syntax/syntax_markdown.html).
Copy file name to clipboardExpand all lines: _tools/wikibonsai.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,6 @@ syntax:
70
70
available: y
71
71
- id: html
72
72
available: y
73
-
see-also:
74
-
- name:
75
-
link:
76
73
---
77
74
78
75
[WikiBonsai](https://github.com/wikibonsai/wikibonsai) is a collection of open source tools to bring digital gardening workflows to markdown.
Copy file name to clipboardExpand all lines: _tools/writerside.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ syntax:
17
17
available: y
18
18
- id: blockquotes
19
19
available: y
20
-
notes: "By default, the blockquotes markup will turn into an admonition block called a tip. One can change the block type to note or warning. Read more here: https://www.jetbrains.com/help/writerside/admonition-blocks.html"
20
+
notes: "By default, the blockquotes markup will turn into an admonition block called a tip. One can change the block type to note or warning. Read more here: <https://www.jetbrains.com/help/writerside/admonition-blocks.html>."
0 commit comments