emre / dpoll.xyz

Decentralized poll app on the top HIVE blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escaped Character Code Rendered Between Markdown Backticks

tdreid opened this issue · comments

Expected Behavior

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.

image

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.

image

Steps To Reproduce

  1. Create a new poll.
  2. Add Question.
  3. 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.`
  1. Add answers.
  2. Submit the poll.

Thanks for the report. Labeling as a bug.