erusev / parsedown

Better Markdown Parser in PHP

Home Page:https://parsedown.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allowing the spaces in start of lines?

lianglee opened this issue · comments

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