erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.76k stars 1.12k forks source link

Allowing the spaces in start of lines? #859

Closed lianglee closed 10 months ago

lianglee commented 10 months ago

I have the code representation by adding spaces in start of code block (not with ````) tags parsedown removes those spaces. How to keep those spaces in output?

Example Code block (4 spaces)

<?php code