@importmd(path/to/md)
<!-- path/to/md
hello import
-->converts to
hello import@importlisting(path/to/code), @importlisting[caption](path/to/code), @importlisting(path/to/code filetype)
@importlsting[cap](/path/to/code ft)
<!-- path/to/code
puts "hello"
-->converts to
```ft:cap
puts "hello"
```# a
## a.b
[label:foo]you can refer here
refer [ref:foo]
refer <foo>[ref:foo]
refer [fnref: 1]
---
[^1]: footnoteconverts to
<label id="foo"></label>you can refer here
refer <a href="#foo">(a.b)</a>
refer <a href="#foo">foo</a>
refer [<a href="#fn1">1</a>]{% twicard alt url %}
or
{% twicard "alt" url %}{% gh_repo usr/repo %}{% twid id %}$ bundle add GEM --skip-install # add gem to Gemfile
$ bundle lock --update=GEM # update gem
$ bundix # regenerate gemset.nix
$ direnv reload