-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Labels
Description
If any of the captions include a ' (single quote), the rendered HTML/styling of that section gets mangled. I see in line 32 of Rules, it's using the RegEx that determines the match, which subsequently calls the method that renders the HTML (with <div class="example">...</div>).
For now, I've been modifying the captions to not use any quotes, so the page still looks correct.
I actually fixed this in pull request #56, but like Addy said, we may be ditching Nanoc.
<3