Skip to content

Commit

Permalink
📖 Update reStructuredText case (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Nov 10, 2023
1 parent 5bc1e96 commit 35dbf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commonmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: MyST Markdown is a superset of CommonMark Markdown, and fully suppo

This page provides an overview of the types of block and inline markup features supported by CommonMark and MyST, with pointers to additional content of interest. For full details on all the nuance of these features, please look at the [CommonMark Spec documentation](https://spec.commonmark.org/).

MyST (Markedly Structured Text) was designed to make it easier to create publishable computational documents written with Markdown notation. It is a superset of [CommonMark Markdown](https://commonmark.org/) and draws heavy inspiration from <wiki:ReStructuredText> and <wiki:pandoc>. In addition to CommonMark, MyST also implements and extends [unist](https://github.com/syntax-tree/unist) and [mdast](https://github.com/syntax-tree/mdast), which are standard abstract syntax trees for Markdown. `unist` is part of the [unifiedjs](https://unifiedjs.com) community and has [many utilities](https://unifiedjs.com/explore) for analyzing, exporting and transforming your content.
MyST (Markedly Structured Text) was designed to make it easier to create publishable computational documents written with Markdown notation. It is a superset of [CommonMark Markdown](https://commonmark.org/) and draws heavy inspiration from <wiki:reStructuredText> and <wiki:pandoc>. In addition to CommonMark, MyST also implements and extends [unist](https://github.com/syntax-tree/unist) and [mdast](https://github.com/syntax-tree/mdast), which are standard abstract syntax trees for Markdown. `unist` is part of the [unifiedjs](https://unifiedjs.com) community and has [many utilities](https://unifiedjs.com/explore) for analyzing, exporting and transforming your content.

## Block Markup

Expand Down

0 comments on commit 35dbf47

Please sign in to comment.