Skip to content

Commit 44a242a

Browse files
authored
Merge pull request #392 from pyOpenSci/doc/drop-vanilla-of
docs: drop "vanilla of" from sentence
2 parents 4ddccd2 + 032eb9c commit 44a242a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/hosting-tools/myst-markdown-rst-doc-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ syntax. It is the default syntax used in Jupyter Notebooks. There are tools that
66
colored call out blocks and other custom elements to your documentation, you will
77
need to use either **myST** or **rST**.
88
1. [rST (ReStructured Text):](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html). **rST** is the native syntax that sphinx supports. rST was the default syntax used for documentation for many years. However, in recent years myST has risen to the top as a favorite for documentation given the flexibility that it allows.
9-
1. [myST:](https://myst-parser.readthedocs.io/en/latest/intro.html) myST is a combination of vanilla of `markdown` and `rST` syntax. It is a nice option if you are comfortable writing markdown. `myst` is preferred by many because it offers both the rich functionality
9+
1. [myST:](https://myst-parser.readthedocs.io/en/latest/intro.html) myST is a combination of `markdown` and `rST` syntax. It is a nice option if you are comfortable writing markdown. `myst` is preferred by many because it offers both the rich functionality
1010
of rST combined with a simple-to-write markdown syntax.
1111

1212
While you can chose to use any of the syntaxes listed above, we suggest using

0 commit comments

Comments
 (0)