feat(fs.dev): Added syntax highlighting
This commit is contained in:
parent
c5e971e8a7
commit
d1f53b78b6
20 changed files with 535 additions and 35 deletions
|
@ -1,17 +0,0 @@
|
|||
// Generates a ReadMore block
|
||||
export const ReadMore = props => (
|
||||
<blockquote>
|
||||
<h5>Read More</h5>
|
||||
{props.children}
|
||||
</blockquote>
|
||||
)
|
||||
|
||||
export const Note = props => (
|
||||
<blockquote classname={` `}>
|
||||
<h5>Note</h5>
|
||||
{props.children}
|
||||
</blockquote>
|
||||
)
|
||||
export const Tip = () => <p>Tip</p>
|
||||
export const Example = () => <p>Example</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue