aws-samples / aws-samples/aws-modernization-workshop-base
blackFriday depreciation
Open
- Dominant language
- CSS
- Stars
- 22
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
On lines 78-79, config.toml requests blackFriday as the default Markdown Handler.
Running this on a recent hugo installation gives the following:
`hugo.exe server
Error: add site dependencies: create deps: markup: Configured defaultMarkdownHandler "blackfriday" not found. Did you mean to use goldmark? Blackfriday was removed in Hugo v0.100.0.`
Replacing it with Goldmark works fine, but I'm not certain it will run smoothly once deployed on the AWS workshops site. What should we do here?
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.