Skip to content

Commit 89ac7f1

Browse files
committed
docs
1 parent 455c745 commit 89ac7f1

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

sampleContent/404.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

sampleContent/404.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
Title: Page Not Found
3+
---
4+
5+
Page not found.

sampleContent/docs/content/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ Date: 2014-10-04 09:10:00
44
Title: Writing Content
55
---
66

7-
## Syntax Highlighting
7+
## Markup support
8+
9+
The current iteration of the engine supports GitHub-Flavored Markdown, but not footnotes.
810

9-
This engine supports highlighting source code blocks in two ways:
11+
It also supports Textile markup.
1012

11-
* Using triple-quoted Markdown blocks
12-
* Using `pre` tags with a `syntax` attribute (available to all markup languages)
13+
## Syntax Highlighting
1314

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.
1516

16-
```html
17-
<pre src="foo.js" syntax="javascript"/>
17+
```javascript
18+
const magic = require('leftpad');
1819
```

0 commit comments

Comments
 (0)