summaryrefslogtreecommitdiffstats
path: root/test/fixtures/PAGE.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/PAGE.md')
-rw-r--r--test/fixtures/PAGE.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/fixtures/PAGE.md b/test/fixtures/PAGE.md
new file mode 100644
index 0000000..2839e6d
--- /dev/null
+++ b/test/fixtures/PAGE.md
@@ -0,0 +1,32 @@
+# Python basics
+
+Python is a nice language, you can add stuff. Bla bla bla.
+
+Lets jump into an exercise :
+
+---
+
+It's dead simple, `c` must be the sum of `a` and `b`
+
+```py
+a = 1
+b = 2
+```
+
+```py
+a = 1
+b = 2
+c = a + b
+```
+
+```py
+assert(c, 3)
+```
+
+---
+
+Some more nice content ....
+
+[Cool stuff](http://gitbook.io)
+
+[Link to another Markdown file](./xyz/file.md)