mjbvz / vscode-markdown-yaml-preamble

Makes yaml front matter render as a table in VS Code's built-in markdown preview:
MIT License
11 stars 5 forks source link

Many null values render as blank instead of `null` #8

Open redactedscribe opened 1 year ago

redactedscribe commented 1 year ago
---
key1:
key2: null # Presumably showing `null` and not a string `!!str null`.
key3:

key4:
-
key5:
- ~
key6:
- null
---

Content...

Only keys 1, 2, and 3 show as null in Markdown preview front matter. The rest show as a blank value when in fact they are also null (ref).

Thanks.

Markdown yaml Preamble 0.1.0 VS Codium 1.77.3