mirror of
https://github.com/danbulant/mdsvexrs
synced 2026-06-18 22:11:35 +00:00
19 lines
No EOL
229 B
Markdown
19 lines
No EOL
229 B
Markdown
---
|
|
yaml: hello
|
|
defaultLang: js
|
|
---
|
|
<script lang="ts">
|
|
console.log(metadata.titles);
|
|
</script>
|
|
|
|
# Title
|
|
|
|
Hello there
|
|
|
|
## Sub
|
|
|
|
Another content with `Inline::code(){:rs}`. And a `function defaultLang()`.
|
|
|
|
```rs
|
|
fn test() {}
|
|
``` |