Skip to content

Commit c8bb307

Browse files
committed
Reference sorting example in documentation
1 parent 3f788a6 commit c8bb307

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ You just place `***RUN***` somewhere in your Markdown file. In the rendered outp
1919
> - OUTPUT `hello ` + yourName
2020
> - RETURN
2121
22+
### Further examples
23+
24+
- [Sorting algorithms in MD Basic](https://benkeks.github.io/markdown-basic/examples/sorting-algorithms/)
25+
2226

2327
## How to use
2428

site/_layouts/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
{{ content }}
66

77
<script type="module" defer>
8-
import MDBasic from '../md-basic.js'
8+
import MDBasic from '{{ "/md-basic.js" | relative_url }}'
99
new MDBasic()
1010
</script>

0 commit comments

Comments
 (0)