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
Using a Markdown document with very-long-line code block:
---title: wrapping---
A very long fixed-font block.
```bashexport SOME_VERY_LONG_VARIABLE="https://${SOME_VERY_LONG_SERVER_NAME}:${SOME_VERY_LONG_PORT}/"```
Rendering this document:
quarto render index.md
Produces the layout (on Safari):
The export is on a separate line than the variable definition.
Additionally, the scrollable region has the following appearance when scrolled to the right:
The code-block text bleeds out of the grey box is is supposed to be contained in.
On hover:
The copy button stays with the box, which means it is to the left of the end of the text.
The text was updated successfully, but these errors were encountered:
Quarto version: 0.1.296
Using a Markdown document with very-long-line code block:
Rendering this document:
Produces the layout (on Safari):
The
export
is on a separate line than the variable definition.Additionally, the scrollable region has the following appearance when scrolled to the right:
The code-block text bleeds out of the grey box is is supposed to be contained in.
On hover:
The copy button stays with the box, which means it is to the left of the end of the text.
The text was updated successfully, but these errors were encountered: