import React from 'react'
import {Heading, Link} from '@primer/components'
import {CodeExample} from '@primer/blueprints'
import Outline from './Outline'
export const H1 = props =>
tags with exactly the text "{:toc}"
p: ({children, ...rest}) => {
if (children === '{:toc}') {
return
{children}
} }, // "unwrap" elements around blocks
pre: props => props.children
}
}