- Tried using
<span>
- Although chances are I didn’t do it correctly
How did you try it and what was the result?
- How to use
tag correctly? - I think you commented on that topic as well
Although the post you’re referring to hasn’t got to do with processing Markdown inside <div>
s, it does remind me of the existing option of using Markdown Extra…
- Set
pages:markdown:extra: true
in /user/config/system.yaml - Add gallery++ as follows to your page:
<div markdown="1"> [gallery]    [/gallery] </div>
NB, looking at your page layout:
- Do more pages need such layouts that needs
<div>
s? - What are those different contents?