ttcMD: fixes issues where paragraphs are filtered despite being a valid parent,
Fixes a greedy rx from inline-code
This commit is contained in:
@@ -45,15 +45,13 @@ export const TTCMD: FC<
|
||||
|
||||
return (
|
||||
<Suspense fallback={<Loader />}>
|
||||
{
|
||||
/* <button
|
||||
<button
|
||||
className="btn-primary"
|
||||
onClick={() =>
|
||||
navigator.clipboard.writeText(JSON.stringify(elements, null, 2))}
|
||||
>
|
||||
copy ast
|
||||
</button> */
|
||||
}
|
||||
</button>
|
||||
{hasEscapedTOC !== undefined &&
|
||||
(
|
||||
<TTCMDRenderer
|
||||
|
Reference in New Issue
Block a user