markdown-extension

Input:{{ 'JAVAScRiPT'.toLowerCase() }}

Output: javascript


Input:<span v-for="i in 3">{{ i }} </span>

Output:1 2 3


Input:{{ $page }}

Output: { "key": "v-bd2e1e5f94298", "path": "/docs/markdown-vuepress.html", "lastUpdated": 1565335734000, "title": "markdown-extension", "headers": [ { "level": 3, "title": "Badge", "slug": "badge" } ], "frontmatter": {} }


Input:### Badge <Badge text="beta" type="warn"/> <Badge text="0.10.1+"/>

Output:

Badge beta0.10.1+


Last Updated: 8/9/2019, 2:28:54 PM