You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stumbled upon your project, and have got it working on my Emacs by adding grammar support. Emacs seems to render most fine, except YAML/TOML metadata on op of a markdown file, like when writing markdown files for Hugo.
According to upstream tree-sitter-markdown those extensions should be supported and enabled by default. Does this major-mode need more work to have metadata highlighted?
The text was updated successfully, but these errors were encountered:
I sure can. Here is an example from Hugo with TOML metadata.
+++title = 'My First Post'date = 2024-01-14T07:07:07+01:00draft = true+++## Introduction
This is **bold** text, and this is *emphasized* text.
Visit the [Hugo](https://gohugo.io) website!
Here is an example of YAML metadata, also known as "Front matter":
---title: "My First Post"date: "2024-01-14T07:07:07+01:00"draft: true---## Introduction
This is **bold** text, and this is *emphasized* text.
Visit the [Hugo](https://gohugo.io) website!
Hey,
I have stumbled upon your project, and have got it working on my Emacs by adding grammar support. Emacs seems to render most fine, except YAML/TOML metadata on op of a markdown file, like when writing markdown files for Hugo.
According to upstream tree-sitter-markdown those extensions should be supported and enabled by default. Does this major-mode need more work to have metadata highlighted?
The text was updated successfully, but these errors were encountered: