mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Working,, but regression in Mermaid stylesheet
This commit is contained in:
parent
03c63da19e
commit
f82ad725c1
5 changed files with 39 additions and 3 deletions
7
resources/test/test_extension.md
Normal file
7
resources/test/test_extension.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This is a test
|
||||
|
||||
```test
|
||||
the quick brown fox jumped over the lazy dog
|
||||
```
|
||||
|
||||
This concludes the test.
|
||||
6
resources/test/test_local_links.md
Normal file
6
resources/test/test_local_links.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# This is a test
|
||||
|
||||
[[Local link]]
|
||||
[Not a local link](http://nowhere.at.al)
|
||||
|
||||
This concludes the test.
|
||||
Loading…
Add table
Add a link
Reference in a new issue