Vincent Prouillet
Vincent Prouillet
You have to use markdown filters if you want to add markdown content. HTML shortcodes output HTML and the CommonMark parser doesn't parse those.
Not the one we're using though
Sorry I meant markdown shortcodes, not filters. The markdown filter is a completely separate from the actual page/section markdown rendering.
> But am I correct to assume you'd rather have something like this? Yes it would make more sense imo. > Also, what do you mean by "nesting a shortcode...
@ARitz-Cracker i haven't forgotten about it, I just need to dedicate some time to that PR
Ok I've spent some time on it finally, sorry for the delay. I think my concern is with trying to make the markdown filter a 1:1 with the markdown rendering...
Nested shortcodes are completely fine, but why do you need it from the filter? What's the usecase there? I'd prefer to avoid changing code to add a feature that will...
I think https://github.com/getzola/zola/pull/1358 was the mistake. Ideally we would have nested shortcodes as you have them right now in this PR for pages/sections and do not do any changes to...
I don't think that would work but I could be wrong!
That doesn't seem like it should belong in Zola itself?