With the new update, frontmatter in previews are now handled as code blocks. The problem I have is I’ve been putting links and tags in the frontmatter. These are now no longer styled like the rest of the page, but more importantly, they’re no longer processed as tags or links. This includes Links no longer creating backlinks and tags no longer being recognized.
For example, the following block is now rendered as follows:
---
links: [[Service Mesh MOC|Service Mesh]]
tags: #service-mesh #kubernetes #talk
author: [[Cloud Native Computing Foundation]]
---
This may be down to me using these blocks differently as intended, as I know I can fix this issue by removing the top ---
; but it would be nice to have an option so that the frontmatter isn’t handled like a code block, or at least tags and links are still processed in frontmatter.