diff options
Diffstat (limited to 'test/books/glossary')
-rw-r--r-- | test/books/glossary/GLOSSARY.md | 9 | ||||
-rw-r--r-- | test/books/glossary/README.md | 8 | ||||
-rw-r--r-- | test/books/glossary/SUMMARY.md | 3 | ||||
-rw-r--r-- | test/books/glossary/folder/PAGE.md | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/test/books/glossary/GLOSSARY.md b/test/books/glossary/GLOSSARY.md new file mode 100644 index 0000000..fa706f1 --- /dev/null +++ b/test/books/glossary/GLOSSARY.md @@ -0,0 +1,9 @@ +# Glossary + +## test + +Just a simple and easy to understand test. + +## hakunamatata + +This word is not present in the content. diff --git a/test/books/glossary/README.md b/test/books/glossary/README.md new file mode 100644 index 0000000..50e8d4c --- /dev/null +++ b/test/books/glossary/README.md @@ -0,0 +1,8 @@ +# Readme + +The word test should be replaced by a glossary link. + +``` +But the word test should not be replaced in code blocks +``` + diff --git a/test/books/glossary/SUMMARY.md b/test/books/glossary/SUMMARY.md new file mode 100644 index 0000000..deaea20 --- /dev/null +++ b/test/books/glossary/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +* [Page](folder/PAGE.md) diff --git a/test/books/glossary/folder/PAGE.md b/test/books/glossary/folder/PAGE.md new file mode 100644 index 0000000..33b17c2 --- /dev/null +++ b/test/books/glossary/folder/PAGE.md @@ -0,0 +1,3 @@ +# Page + +Just a page in a sub-directory to test relative link to glossary. |