Line-headings (`====` or `----` line following heading text) does not work for the lines that begin with `` `code` ``. ```text hogefuga (OK) ==== hogefuga (OK) ---- `hoge` fuga (NG) ==== `hoge` fuga (NG) ---- ``` 