ttscoff / MMD-QuickLook

Improved QuickLook generator for MultiMarkdown files
301 stars 18 forks source link

Line returns in ``` code blocks not interpreted #5

Open orchetect opened 6 years ago

orchetect commented 6 years ago

I've noticed in some (or all?) of my markdown files, all multi-line code blocks such as:

  line 1
  line 2
  line 3

Get reduced down to a single line when rendered, such as:

line 1 line 2 line 3

(I'm on macOS 10.13.3)