Style code blocks uisng the 'friendly' code style. (#24)

Style code blocks uisng the 'friendly' code style.
This commit is contained in:
steverusso 2020-07-30 14:02:53 +00:00 committed by jeff
parent 58008d1e2a
commit 25ba6754ff

View File

@ -3,4 +3,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
title = "SimpleSystems, LLC"
[markup.goldmark.renderer]
unsafe= true
unsafe= true
[markup.highlight]
style = "friendly"