-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syna is not fully compatible with Hugo 0.60.0 new markdown render #638
Comments
Thanks for reporting. Always happy for PRs :) |
I found an official bug report in Hugo.
Shortcode {{< is another possible solution |
Thanks for reporting the issue. We're a bit back on supporting new Hugo versions since there have been quite a few breaking changes. We're investigating ways to work around them but the latest supported version for us right now seems to 0.58.1. Hopefully our next release will add support for latest updates. We always appreciate new PRs. |
Just in case this info is useful. |
I'm not sure why unsafe helps. Anyways, creating a PR for it right away. |
If you can explain to me why without |
For example in the item.html fragment the "Title"
If I change I don't know if is better explained in this bug |
Okay I think changing |
It seems like the actual solution might be setting it to untrue with the reasoning, if one controls the content this should be fine. Removing markdownify feels like removing most of the good layout structuring from .Content or am I missing some kind of auto markdown layouting? |
I'm not sure yet what's the real problem with markdownify, if I use a content with just a plain word in the same place still fails, so is not because of the complexity of the source to translate to html. I will do further testing these days. |
@Marzal We appreciate your help. PRs are welcome. |
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
Hugo 0.60.0 / 0.60.1 changed blackfriday markdown render to Goldmark
What you expected to happen:
All the content is rendered
How to reproduce it (as minimally and precisely as possible):
Build the proyect with hugo > 0.60.0
Anything else we need to know?:
To workaround this until some changes are made:
Add to config.toml
Environment:
The text was updated successfully, but these errors were encountered: