Text variations
Biep
05 Oct 2015, 09:37Putting asterisks around text makes it italic.
Starting a line with a hash makes is large and boldface.
Are there any other text variations possible? I think it would be great if these could be documented.
And another question: how do I make one and more line comments? How do I comment out a part of the source?
Starting a line with a hash makes is large and boldface.
Are there any other text variations possible? I think it would be great if these could be documented.
And another question: how do I make one and more line comments? How do I comment out a part of the source?
Alex
05 Oct 2015, 12:50That's Markdown. The "Help" tab in the editor mentions that, and links to the docs: http://daringfireball.net/projects/markdown/syntax
Biep
05 Oct 2015, 14:28Ah, thanks! I had missed that.
And comments?
And comments?
Alex
05 Oct 2015, 17:43There's no comment syntax currently, but you could use HTML comments within a section or passage <!-- like this -->
Biep
05 Oct 2015, 19:18OK. I like the 'currently', because commenting out something that works is better than deleting it before trying to replace it by something hopefully better. ;-D