Can I use Obsidian for creating MarkDown (.md) web pages?
I want to test bold, italic, strikethrough and ==highlighted== text on this line.
I want to create an ordered list below here
- Item One
- Item Two
- Item Three
- The final item
I want to create a bulleted list below here
- Bulleted item 1
- Bulleted item 2
- Bulleted item 3
- Final bulleted item
I want to add code formatting below here
10 PRINT "labby.co.uk ";
20 GOTO 10
I want to add mathematical formatting below here
$e=MC^2$
I want to add a quote below here
I want to add a quote here
I want to add a nested quote here
I want to add a table below here
Header 1 | Header 2 | Header 3 |
---|---|---|
Contents 1 | Contents 2 | Contents 3 |
I want to add a callout below here
[!Thought of the day]
This is a callout
I want to add a horizontal rule below here
I want to create a task list showing what I want to have below here
- Bold
- Italic
- Underscore
- Strikethrough
- Highlighted
- Ordered list
- Bulleted list
- Code
- Mathematical formulae
- Quotation
- Table
- Callout
- Horizontal rule