This extends the VS Code with support for the OutlineText.
OutlineText is a lightweight markup language that has been developed to make it easy to understand the outline of a document at the plain text level. Unlike other lightweight markup languages (Markdown, AsciiDoc, ReStructuredText, …), the indentation represents the hierarchical structure of the text. This makes the hierarchical structure of the text easier to understand visually.
Example:
# Heading
Paragraph
# List
* item1
* item2
- Syntax highlighting
- Formatting
Enjoy!
