diff --git a/docs/foo/bar.md b/docs/foo/bar.md index 9f978009c5..f50858ac64 100644 --- a/docs/foo/bar.md +++ b/docs/foo/bar.md @@ -1,6 +1,6 @@ --- id: bar -title: Bar +title: My Title --- # Remarkable @@ -21,6 +21,8 @@ Click the `clear` link to start with a clean slate, or get the `permalink` to sh ## Horizontal Rules +This is horizontal rule + ___ *** @@ -28,23 +30,6 @@ ___ *** -## Typographic replacements - -Enable typographer option to see result. - -(c) (C) (r) (R) (tm) (TM) (p) (P) +- - -test.. test... test..... test?..... test!.... - -!!!!!! ???? ,, - -Remarkable -- awesome - -"Smartypants, double quotes" - -'Smartypants, single quotes' - - ## Emphasis **This is bold text** diff --git a/docs/foo/baz.md b/docs/foo/baz.md index add729c51d..b8fc124222 100644 --- a/docs/foo/baz.md +++ b/docs/foo/baz.md @@ -1,12 +1,11 @@ --- id: baz -title: baz +title: Test Markdown --- ## Images -![Minion](/img/minion.png) -![Stormtroopocat](/img/stormtroopocat.jpg) +![Sakura](/img/sakura.png) Like links, Images also have a footnote style syntax @@ -14,8 +13,6 @@ Like links, Images also have a footnote style syntax With a reference later in the document defining the URL location: -[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" - ## Links [link text](http://dev.nodeca.com) diff --git a/docs/highlight.md b/docs/highlight.md index 8fb83f8423..371afed03a 100644 --- a/docs/highlight.md +++ b/docs/highlight.md @@ -14,18 +14,31 @@ int main() { ``` -```js -class Example extends React.Component { - render() { - return ( - - Docusaurus -