diff options
author | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2014-09-08 08:16:09 +0200 |
---|---|---|
committer | Moritz Kaspar Rudert (mortzu) <me@mortzu.de> | 2014-09-08 08:16:09 +0200 |
commit | 5d8615a958b20c59a7ed00be0aa2ef8f2f9cc233 (patch) | |
tree | 50b9c3940c2749b8e9b38db6c8d92cb28ec778fa /vendor/parsedown-0.9.0/tests/data/atx_heading.md | |
parent | 64a341e084c5c8c8a0dc63a25d80429156d6a705 (diff) |
moved external libraries into gitmodules
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/atx_heading.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/atx_heading.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/atx_heading.md b/vendor/parsedown-0.9.0/tests/data/atx_heading.md deleted file mode 100644 index 2d5c6ca0..00000000 --- a/vendor/parsedown-0.9.0/tests/data/atx_heading.md +++ /dev/null @@ -1,15 +0,0 @@ -# h1
-
-## h2
-
-### h3
-
-#### h4
-
-##### h5
-
-###### h6
-
-# closed h1 #
-
-#
\ No newline at end of file |