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
## Details
Request: #496
Adds ability to render bullet points in yaml, primarily for people that
use `obsidian` style metadata via `frontmatter`.
Requires user to install `yaml` parser so that lists / list items can be
queried for. New top level `yaml` configuration added similar to `html`
that allows the feature (and any others potentially added later) to be
disabled.
Values used for rendering are currently pulled from the same
configuration as `markdown` bullet point rendering, i.e. `bullet`.
Currently only the `icon` and `highlight` values are used and the only
rendering the happens is overlaying the icon. Any other `bullet`
features like padding and scope highlighting would need to be added
separately, can potentially be done if requested.
0 commit comments