serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
456 stars 129 forks source link

Mark partial and invalid JSON code snippets as YAML #326

Closed nblumhardt closed 2 years ago

nblumhardt commented 2 years ago

GitHub markdown syntax highlighting is awful for invalid/incomplete JSON, e.g.:

image

This PR is a "quick fix" - YAML is a subset of JSON, but the highlighter is more forgiving :-)

skomis-mm commented 2 years ago

👍