Notebooks for iPhone Answers

Tab not working

jasontjensen, September 01, 2011 23:34

Whenever I try to tab my notes, to make a nested outline look, the output is the text in courier new font sandwiched between horizontal rules of hyphens, like

-------
Text
-------

Any help is appreciated. Thanks!

Alfons Schmid, September 12, 2011 10:33

Hi Jason,

this is a side effect of Markdown, which Notebooks uses when translating the text to formatted HTML. Obviously you start that line with a tab or a series of spaces, and for Markdown that means that you are about to write a quote. If you remove the leading tabs and spaces, your lists should be converted correctly.

I hope that helps.