diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-20 15:31:59 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 15:00:51 +0100 |
commit | dbee17ddec2e786fbf02572e7bf6050c207b492f (patch) | |
tree | 8d93bd8eb985e3bd8132612935bc5a1583fe15e3 /packages/gitbook-markdown/test/fixtures/GLOSSARY.md | |
parent | 9b3888005d5098079056fa889a84e75cf3c57670 (diff) | |
download | gitbook-dbee17ddec2e786fbf02572e7bf6050c207b492f.zip gitbook-dbee17ddec2e786fbf02572e7bf6050c207b492f.tar.gz gitbook-dbee17ddec2e786fbf02572e7bf6050c207b492f.tar.bz2 |
Use gitbook-html as base parser
Diffstat (limited to 'packages/gitbook-markdown/test/fixtures/GLOSSARY.md')
-rw-r--r-- | packages/gitbook-markdown/test/fixtures/GLOSSARY.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md index 5969902..19142d8 100644 --- a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md +++ b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md @@ -1,15 +1,15 @@ -# Magic +## Magic Sufficiently advanced technology, beyond the understanding of the observer producing a sense of wonder. Hello, I am random noise in the middle of this beautiful Glossary. (Really astonishing !) -# PHP +## PHP An atrocious language, invented for the sole purpose of inflicting pain and suffering amongst the proframming wizards of this world. -# Clojure +## Clojure Lisp re-invented for hipsters. -# Go +## Go Go Go Google [Wow](https://www.google.com) Fantastic, I love code too ! : @@ -25,6 +25,6 @@ def f(x): print(f(9)) ``` -# Gitbook +## Gitbook Awesome project. Really amazing, I'm really at a loss for words ... |