stasdavydov / wikicrowd

Light useful wiki engine powered by Ajax, PHP, XML and XSL
1 stars 1 forks source link

Support wiki syntax: bold, italic, superscript and subscript styles #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*bold* font
/italic/ font
^superscript^ font
_subscript_ font

Original issue reported on code.google.com by VolkVolk...@gmail.com on 30 Jul 2009 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by VolkVolk...@gmail.com on 30 Jul 2009 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by nullius....@gmail.com on 14 Aug 2009 at 9:36

GoogleCodeExporter commented 9 years ago
*bold* - <strong>bold</strong>
/italic/ - <em>italic</em>
^superscript^ - <sup>superscript</sup>
_subscript_ - <sub>superscript</sub>

Original comment by VolkVolk...@gmail.com on 15 Aug 2009 at 10:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by VolkVolk...@gmail.com on 16 Nov 2009 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by VolkVolk...@gmail.com on 19 Nov 2009 at 12:27

GoogleCodeExporter commented 9 years ago
It seems I fixed it :)

Original comment by VolkVolk...@gmail.com on 7 Dec 2009 at 6:58