Fix warning from Hugo because of RAW html.
Closed this issue · 0 comments
johnnymatthews commented
Hugo is complaining about raw HTML being used in the transfer-funds
page:
WARN Raw HTML omitted from "/Users/johnny/Code/entropy/docs/content/guides/transfer-funds.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']
Tasks
- Remove the offending HTML from the
transfer-funds.md
page.