miguelsolorio / min-theme

A minimal theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme
MIT License
198 stars 20 forks source link

Markdown needs more love #2

Closed yzhang-gh closed 6 years ago

yzhang-gh commented 6 years ago

image

Sample text

# Heading

## Sub-heading

Text attributes _italic_, **bold**, `monospace`.

Horizontal rule:

---

Bullet list:

* apples
* oranges
* pears

Numbered list:

1. wash
2. rinse
3. repeat

A [link](http://example.com).

![Image](Image_icon.png)

> Markdown uses email-style > characters for blockquoting.

Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.

Thanks for this nice theme

miguelsolorio commented 6 years ago

Added better support for Markdown:

image

image

yzhang-gh commented 6 years ago

Awesome!