Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

File metadata and controls

40 lines (27 loc) · 1.02 KB

OutlineText Language Support

This extends the VS Code with support for the OutlineText.

OutlineText

Bookmarks Logo

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

More information

Features

  • Syntax highlighting
  • Formatting

Enjoy!