Skip to content

Commit 856fb3c

Browse files
committed
Remove old notes about GitHub wiki, use backticks as normal now
1 parent 9f5bb50 commit 856fb3c

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

src/MarkdownOption.asciidoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,25 @@ Note that only a subset of Markdown syntax is supported.
2424
2525
* Multi-line code (preformatted text, output like link:PreformattedTag[@preformatted tag]):
2626
+
27-
*Important note*: Use 3 backtick characters, like this +```+, to make this work. In the example below we show 3 apostrophes because of a limitation of GitHub wiki formatting (seems to implement incomplete/old AsciiDoctor syntax for escaping).
28-
+
2927
[source]
3028
----
31-
'''
29+
```
3230
Example
3331
preformatted
3432
multi-line
3533
text.
36-
'''
34+
```
3735
----
3836
3937
4038
* Multi-line Pascal code with syntax highlighting (output like link:LongCodeTag[@longCode tag]):
4139
+
42-
*Important note*: Use 3 backtick characters, like this +```+, to make this work. In the example below we show 3 apostrophes because of a limitation of GitHub wiki formatting (seems to implement incomplete/old AsciiDoctor syntax for escaping).
43-
+
4440
[source]
4541
----
46-
'''pascal
42+
```pascal
4743
if Foo then
4844
Writeln('Example Pascal code'); // comment
49-
'''
45+
```
5046
----
5147
5248

0 commit comments

Comments
 (0)