##// END OF EJS Templates
backticks don't need to be escaped
Paul Ivanov -
Show More
@@ -231,7 +231,7 b' The javascript components used in the notebook have been updated significantly.'
231 Some relevant changes that are results of this:
231 Some relevant changes that are results of this:
232
232
233 - Markdown cells now support GitHub-flavored Markdown (GFM),
233 - Markdown cells now support GitHub-flavored Markdown (GFM),
234 which includes ``\`\`\`python`` code blocks and tables.
234 which includes `````python`` code blocks and tables.
235 - Notebook UI behaves better on more screen sizes.
235 - Notebook UI behaves better on more screen sizes.
236 - Various code cell input issues have been fixed.
236 - Various code cell input issues have been fixed.
237
237
General Comments 0
You need to be logged in to leave comments. Login now