Skip to content

How to not get encoding in the title of a page. #167

Answered by geealbers
lizneely asked this question in Get Help
Discussion options

You must be logged in to vote

Hi @lizneely, thanks for posting about this. @swambold1 ran into this issue recently as well. The immediate solution is to use unicode right single quotation marks in place of the apostrophes:

title: "O’Keeffe’s Dishes"

(These can be typed on a mac keyboard with Shift-Option-].)

Long-term, I'll push a fix for this in future versions of Quire. The problem arises because the page title is being processed Quire's markdown processor which also converts straight apostrophes to curly right single quotation marks. For the <title> element through, Quire takes the additional step of stripping out any HTML from the title but is being a little greedy about is and ends up messing up the HTML entity f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lizneely
Comment options

Answer selected by Erin-Cecele
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants