reproduce issue #8074

This commit is contained in:
Dan Susskind 2019-10-31 10:42:34 -07:00
parent 3afcf4c5c9
commit 35c57eb874
4 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,8 @@ export class FromComponent {
}
~~~
---
### html with special formatting
~~~html
<foo-outer property-a="value"

View File

@ -2,6 +2,8 @@
#### It is imported and compiled using a webpack markdown loader
---
Supports code snippets too:
```jsx

View File

@ -95,6 +95,10 @@ var foo = function(bar) {
console.log(foo(5));
```
## Horizontal Rule
---
## Tables
| Option | Description |

View File

@ -114,6 +114,8 @@ export const withDOM = () => (
<li>foo</li>
<li>bar</li>
</ol>
<h2>Horizontal Rule</h2>
<hr />
<h2>Tables</h2>
<table>
<thead>