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
This is based on feedback from Abbey. There seems to be something is not quite right when adding/editing the code block.
To create a code block, it looks like you can type three backticks and the programming language and then type your code - but when I type three backticks to end the code block, it doesn't end it - it keeps formatting it like code
pressing the </> button stopped that formatting - but I think we need to enable markdown syntax where a code block can be "finished" by just typing the three backticks. Many of our authors use markdown to write their articles.
The text was updated successfully, but these errors were encountered:
To create a code block, it looks like you can type three backticks and the programming language and then type your code - but when I type three backticks to end the code block, it doesn't end it - it keeps formatting it like code
This is because the content is automatically ended with three backticks, meaning you are in the middle of the surrounding backticks.
pressing the </> button stopped that formatting - but I think we need to enable markdown syntax where a code block can be "finished" by just typing the three backticks. Many of our authors use markdown to write their articles.
To exit the code formatting you need to press Command + Enter.
This is based on feedback from Abbey. There seems to be something is not quite right when adding/editing the code block.
The text was updated successfully, but these errors were encountered: