An HTML character entitity between single backticks in markdown should render as the corresponding
human legible symbol. For example, ' in That's not funny should be rendered as an apostrophe.
For example, this dPoll is rendered correctly on Busy.org.
Actual Behavior
On dPoll.xyz the character entitity code is shown in the rendered markdown.
The following image shows the same poll as rendered by the dPoll website.
Steps To Reproduce
Create a new poll.
Add Question.
Add a Description, including an inline snippet enclosed by back ticks (`). There should be at least one HTML character that calls for entity encoding within the snippet. For example:
Lorem ipsum dolor sit amet. `This snippet's apostrophe shows the problem.`
Expected Behavior
An HTML character entitity between single backticks in markdown should render as the corresponding human legible symbol. For example,
'
inThat's not funny
should be rendered as an apostrophe.For example, this dPoll is rendered correctly on Busy.org.
Actual Behavior
On dPoll.xyz the character entitity code is shown in the rendered markdown.
The following image shows the same poll as rendered by the dPoll website.
Steps To Reproduce
`
). There should be at least one HTML character that calls for entity encoding within the snippet. For example: