-
Notifications
You must be signed in to change notification settings - Fork 129
1 writing wiki with markdown
Sri Harsha Boda edited this page Sep 15, 2017
·
1 revision
You can create Wiki style rick text document using 'Markdown'. With 'Markdown', rich document can be created using a simple text editor (like Notepad in Windows). Markdown files can be saved locally using .md extension.
Open this page in edit mode to see how I used the rich text syntax.
Headings are preceded with '# ','## ' , '### ' etc(first level, second level , third level and so on respectively). Note that there is a space between the last hash and the heading text.
Start the line with '* ' or '- ' to for bulleted list.
Example:
- This is a bulleted list
- This is a bulleted list
Please read this for complete syntax details.