ITADN

Can't render indented mdsh blocks

#86Closedbergercookie 创建于 2025-07-24
B
bergercookiecommented
Hi there, Thanks for this great tool! I'm trying to use `mdsh` to render fenced blocks that are indented under a markdown bullet list, and currently it doesn't seem to work, i.e., this works fine but the fenced text is indented at the same level as the bullet list, wihch isn't ideal ```` * My bullet goes here: ```$ echo "some text" ``` ``` some text ``` ```` but if I indent the mdsh-related command, it doesn't detect it at all, i.e., the following doesn't render anything: ```` * My bullet goes here: ```$ echo "some text" ``` ```` Any pointers or a way to mitigate this?
关闭于 2025-12-21 1 条评论