rstcheck / rstcheck-core

Core library behind rstcheck.
http://rstcheck-core.rtfd.io/
MIT License
4 stars 8 forks source link

Add support for yaml code block checks #78

Closed pshchelo closed 12 months ago

pshchelo commented 1 year ago

runs a yaml.safe_load on a YAML code block for a minimal structure sanity check, skipped if pyyaml is not installed.

Check List

Resolves: #77

Cielquan commented 12 months ago

Thanks for the contribution.