Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped Character Code Rendered Between Markdown Backticks #97

Open
tdreid opened this issue Feb 27, 2019 · 1 comment
Open

Escaped Character Code Rendered Between Markdown Backticks #97

tdreid opened this issue Feb 27, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@tdreid
Copy link

tdreid commented Feb 27, 2019

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.
@tdreid tdreid changed the title Escaped character code rendered between markdown backticks Escaped Character Code Rendered Between Markdown Backticks Feb 27, 2019
@emre
Copy link
Owner

emre commented Feb 28, 2019

Thanks for the report. Labeling as a bug.

@emre emre added the bug Something isn't working label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants