File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -138,23 +138,35 @@ catdoc(md::MD...) = MD(md...)
138
138
139
139
if Base. generating_output ()
140
140
# workload to reduce latency
141
- md """
141
+ show ( devnull , MIME ( " text/plain " ), md """
142
142
# H1
143
143
## H2
144
144
### H3
145
+ #### H4
146
+ ##### H5
147
+ ###### H6
145
148
**bold text**
146
149
*italicized text*
150
+ ***bold and italicized text***
147
151
> blockquote
148
152
1. First item
149
153
2. Second item
150
154
3. Third item
151
155
- First item
152
156
- Second item
153
157
- Third item
158
+ - Indented item
154
159
`code`
155
160
Horizontal Rule
156
161
---
157
- """
162
+ **[Duck Duck Go](https://duckduckgo.com)**
163
+ <https://www.markdownguide.org>
164
+
165
+ 
166
+
167
+ H~2~O
168
+ X^2^
169
+ """ )
158
170
end
159
171
160
172
end
You can’t perform that action at this time.
0 commit comments