ford icon indicating copy to clipboard operation
ford copied to clipboard

Indented code block does not work properly in pages

Open Koushikphy opened this issue 3 years ago • 0 comments
trafficstars

What my code block actually looks like in markdown


Normal code block

test

Indented code block

  1. test1
  2. test2
    test2
    

What that code block looks like in html files compiled by ford


Normal code block

test

Indented code block

  1. test1
  2. test2 bash test2

Koushikphy avatar Apr 01 '22 14:04 Koushikphy