Gallery++ not parsing/rendering inside <div>

@gravclr,

  • Tried using <span> - Although chances are I didn’t do it correctly

How did you try it and what was the result?

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]
    ![One](image1.jpg)
    ![Two](image2.jpg)
    ![Three](image3.jpg)
    [/gallery]
    </div>
    

NB, looking at your page layout:

  • Do more pages need such layouts that needs <div>s?
  • What are those different contents?