diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-21 18:05:40 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-21 18:05:40 +0200 |
commit | 27a43d5aea920faefc01caac9c8e5a60fa05097b (patch) | |
tree | 7efad6611750626cf2c32147bcff33760827e536 /test/books | |
parent | 4e90becd525e88905c44d3f8a3984885c7c9014d (diff) | |
parent | df1d5a06802154c5b6fb922c73365d2afceaecd9 (diff) | |
download | gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.zip gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.tar.gz gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.tar.bz2 |
Merge pull request #986 from GitbookIO/fix/heading_ids
Normalize ID for headings
Diffstat (limited to 'test/books')
-rw-r--r-- | test/books/headings/README.md | 3 | ||||
-rw-r--r-- | test/books/headings/SUMMARY.md | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/books/headings/README.md b/test/books/headings/README.md new file mode 100644 index 0000000..b08c485 --- /dev/null +++ b/test/books/headings/README.md @@ -0,0 +1,3 @@ +# Hello World + +## Hello {#hello-custom} diff --git a/test/books/headings/SUMMARY.md b/test/books/headings/SUMMARY.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/books/headings/SUMMARY.md |