• I notice that if I type a long line of code using Markdown, it will go off the page, rather than wrap around. Anyone else notice this? Are there any solutions out there to fixing it that anyone knows of?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is the correct behaviour of <pre>-formatted text, so you’ll have to break lines manually. This is opposed to inline- which breaks into lines (Markdown uses backticks for this).

    Thread Starter slappo

    (@slappo)

    That’s what I figured, and have been doing…but was hoping anyway.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Markdown Code Text Wrap’ is closed to new replies.