From: Arno H. <aho...@in...> - 2000-06-18 15:26:24
|
Hi there, I just added support for HTML templates. Check out the latest CVS version. I will write up a short README for templates soon. Niklas wrote: > - Use *this* form for writing bold text > - And _this_ form for writing italics > - Numerical references like this[1: http://www.test.com] Currently we think about using "__markup like this__" for bold text and " ''markup like this'' " for italics. The reason is: italics is often used when quoting something, so using '' makes sense. Emphasis like bold can either be done like "__" or like "**" - we use "__" because "**" can conflict with bulleted lists. Using single characters ("_", "*", "'") is not a good idea, as these characters may appear in text too. Doubling them makes their function clearer. Also, it makes the markup more visible during editing. /Arno |