We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f788a6 commit c8bb307Copy full SHA for c8bb307
README.md
@@ -19,6 +19,10 @@ You just place `***RUN***` somewhere in your Markdown file. In the rendered outp
19
> - OUTPUT `hello ` + yourName
20
> - RETURN
21
22
+### Further examples
23
+
24
+- [Sorting algorithms in MD Basic](https://benkeks.github.io/markdown-basic/examples/sorting-algorithms/)
25
26
27
## How to use
28
site/_layouts/example.html
@@ -5,6 +5,6 @@
5
{{ content }}
6
7
<script type="module" defer>
8
- import MDBasic from '../md-basic.js'
+ import MDBasic from '{{ "/md-basic.js" | relative_url }}'
9
new MDBasic()
10
</script>
0 commit comments