mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +08:00
reproduce issue #8074
This commit is contained in:
parent
3afcf4c5c9
commit
35c57eb874
@ -40,6 +40,8 @@ export class FromComponent {
|
||||
}
|
||||
~~~
|
||||
|
||||
---
|
||||
|
||||
### html with special formatting
|
||||
~~~html
|
||||
<foo-outer property-a="value"
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
#### It is imported and compiled using a webpack markdown loader
|
||||
|
||||
---
|
||||
|
||||
Supports code snippets too:
|
||||
|
||||
```jsx
|
||||
|
@ -95,6 +95,10 @@ var foo = function(bar) {
|
||||
console.log(foo(5));
|
||||
```
|
||||
|
||||
## Horizontal Rule
|
||||
|
||||
---
|
||||
|
||||
## Tables
|
||||
|
||||
| Option | Description |
|
||||
|
@ -114,6 +114,8 @@ export const withDOM = () => (
|
||||
<li>foo</li>
|
||||
<li>bar</li>
|
||||
</ol>
|
||||
<h2>Horizontal Rule</h2>
|
||||
<hr />
|
||||
<h2>Tables</h2>
|
||||
<table>
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user