You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I see Markdig is in Piranha.csproj but I'm wondering how I can update it?
I notice in 0.35.0 there is support for syntax like this that I would like to use in my Piranha CMS solutions [test](https://blah.org){#a-link .myclass data-lang=fr data-value="This is a value"} but that results in the curly brackets rendering as markup and not as attributes per here https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/GenericAttributesSpecs.md
I tried to manually add Markdig latest but I think I'd need to recompile Piranha when I'm just using the Nuget packages. Any help would be appreciated! Thanks
The text was updated successfully, but these errors were encountered:
So I ended up downloading the repo, bumping to 0.38.0 locally. I built the repo locally and included the dll in a path in project. I updated my .csproj as such, as Markdig wasn't found for some reason without it explicitly being specified.
Hello, I see Markdig is in Piranha.csproj but I'm wondering how I can update it?
I notice in 0.35.0 there is support for syntax like this that I would like to use in my Piranha CMS solutions
[test](https://blah.org){#a-link .myclass data-lang=fr data-value="This is a value"}
but that results in the curly brackets rendering as markup and not as attributes per here https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/GenericAttributesSpecs.mdI tried to manually add Markdig latest but I think I'd need to recompile Piranha when I'm just using the Nuget packages. Any help would be appreciated! Thanks
The text was updated successfully, but these errors were encountered: