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
Copy file name to clipboardExpand all lines: sampleContent/docs/content/index.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ Date: 2014-10-04 09:10:00
4
4
Title: Writing Content
5
5
---
6
6
7
-
## Syntax Highlighting
7
+
## Markup support
8
+
9
+
The current iteration of the engine supports GitHub-Flavored Markdown, but not footnotes.
8
10
9
-
This engine supports highlighting source code blocks in two ways:
11
+
It also supports Textile markup.
10
12
11
-
* Using triple-quoted Markdown blocks
12
-
* Using `pre` tags with a `syntax` attribute (available to all markup languages)
13
+
## Syntax Highlighting
13
14
14
-
You can also optionally set a `src` attribute on your `pre` tags to reference an additional file, which makes it a lot easier to maintain complex articles:
15
+
This engine supports highlighting source code blocks using standard Markdown formatting.
0 commit comments