Formatting comments in Silver Catalyst
Posted on September 7th, 2009 in Silver Catalyst by siddharta || No Comment
We’ve added support for formatting comments in Silver Catalyst. You can now make text bold, italics, display lists and links. We’ve done this by implementing the Markdown syntax for comments. To apply formatting, simply type the formatting in the left column and it will be output as shown in the right column. For the full list of what all you can do, check the syntax reference.
| Formatting | Output |
|---|---|
| **bold** | bold |
| *italics* | italics |
| ### Heading |
Heading |
| * item 1 * item 2 |
|
| 1. item 1 1. item 2 |
|
| [Google](http://www.google.com) |
Related posts:
