3rd level tree: ```markdown - a - b - c ``` is shown as ```text - a - b - c ``` and generated as ``` a b c ``` but 3rd level should be generated with extra ``/`` tag: ``` a b c ```