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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
It relies on CodeMirror's yaml-frontmatter mode, so the first step to solve this would be to develop this feature in CodeMirror: https://github.com/codemirror/CodeMirror
Thanks for the hint. I finally got around to opening a topic on the CodeMirror discussion board. I'll get back here once there is news from the CodeMirror side of things.
The feature was merged into CodeMirror today. See codemirror/codemirror5#6020. So I guess this issue will resolve itself with the next CodeMirror update.
Pandoc's syntax allows the use of
...
as an alternaive to---
for closing YAML-headers, so this would be a valid document:Would it be possible to treat this way of specifying YAML-headers the same as the currently supported way? This relates to #142 and #255.
The text was updated successfully, but these errors were encountered: