My First Blog Post
This simple starter showcases Markdoc with Content Collections. All Markdoc features are supported, including this nifty built-in {% table %}
tag:
Feature | Supported | Third column |
---|---|---|
.mdoc in Content Collections | ✅ | ignore this... |
Markdoc transform configuration | ✅ | ignore that... |
Astro components | ✅ | ignore this too.. |
Code Blocks
// this is a code block
console.log("Hello world!!!");
Conclusion
Check out the @astrojs/markdoc
integration for complete documentation and usage examples.