mdsvexrs/test/simple.md
2025-03-08 23:37:50 +01:00

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() {}
```