summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/spec.txt b/spec.txt
index e3f0cd8..fb0aa20 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1,9 +1,9 @@
---
-title: Standard Markdown Spec
+title: CommonMark Spec
author:
- John MacFarlane
version: 1
-date: 2014-07-21
+date: 2014-09-06
...
# Introduction
@@ -203,15 +203,19 @@ to a certain encoding.
Tabs in lines are expanded to spaces, with a tab stop of 4 characters:
.
-foo→baz→→bim
+→foo→baz→→bim
.
-<p>foo baz bim</p>
+<pre><code>foo baz bim
+</code></pre>
.
.
-οὐ→χρῆν
+ a→a
+ ὐ→a
.
-<p>οὐ χρῆν</p>
+<pre><code>a a
+ὐ a
+</code></pre>
.
Line endings are replaced by newline characters (LF).