Farnabaz
Farnabaz
Closing this because in favor of [v2.1.0](https://github.com/nuxt/content/releases/tag/v2.1.0)
Why do you want to unwrap the code? You can achieve your goal without code and unwrap ``` // content/example.md ::example-card Button :: ```
Code blocks are not designed for rendering, even if unwrap work on them you will get a simple string rendered on the page. If you want to create source/preview tabs,...
As I mentioned before, unwrapping code blocks will return a list of tokens wrapped inside highlight spans. If I get your point right, What you want is to make a...
I quite don't get your point and do not understand how you want to render the source code without the Vue compiler. But you can try to use `` to...
Fixed in #1143 and released in [v2.1.0](https://github.com/nuxt/content/releases/tag/v2.1.0) 🎉
`` is a delimiter that is used to determine excerpt paragraphs. You can simply add `` in any line of your content and by doing it above paragraphs will become...
If you don't want to have H1 tag, you can remove `# title` from your markdown and define content title in front matter ``` --- title: YOUR TITLE --- First...
It is possible to do this extraction. The module supports creating custom transformers to manipulate parsed contents. Unfortunately, transformers are not documented yet. I'll ping in this issue once the...
Here are the docs: - Excerpt: https://content.nuxtjs.org/guide/writing/markdown#excerpt - Transformers: https://content.nuxtjs.org/api/advanced#transformers