Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Bug: " and > in Note #149

Open
donnykurnia opened this issue Jan 31, 2013 · 1 comment
Open

Bug: " and > in Note #149

donnykurnia opened this issue Jan 31, 2013 · 1 comment

Comments

@donnykurnia
Copy link

I often paste a snippets of code in the story's note, for example:

a code example:
{"key" => "value"}

But here what I got instead after the note saved and displayed:

a code example:
{"key" => "value"}

I also notice that the Description also have the same bug.

@salgadobreno
Copy link

It happens specifically with the markdown code formatting, it seems

e.g.:
{"key" => "value"} in a note will display {"key" => "value"}

[four spaces, creates code block]: {"key" => "value"} => {"key" => "value"}

[using quotes like quote]: {"key" => "value"} => {"key" => "value"}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants