You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don’t think the ```` code-block syntax is in the Gruber dialect? Gruber uses backticks for inline code elements, and you can use backticks as deliminators in case you want to use single backticks in the code. The output generated by markdown.js matches http://daringfireball.net/projects/markdown/dingus in this case.
repro: convert the following markdown text with gruber
expect: the output to be a preformatted code block
actual: parser detects input as inline code and is outputting the following
js var x = new Date();
The text was updated successfully, but these errors were encountered: