Owen Andrews
Results
2
comments of
Owen Andrews
This is the magic line: `white-space: pre-wrap;`
@portikM Give your markdown element a class, say `.markdown-body` and then in your CSS file add: ``` .markdown-body { white-space: pre-wrap; } ```