DHRI-Curriculum / django-app

2 stars 3 forks source link

Curly quotes appear in code blocks #410

Closed kallewesterling closed 3 years ago

kallewesterling commented 3 years ago

We want to make sure that curly quotes do not appear in code blocks.

Potential solution: In convert_html_quotes, loop through all nodes instead of only text nodes — only replacing curly quotes inside an "inclusive" list. (Which, of course, would exclude code)