Add clickable todos (#283)

This commit is contained in:
Jakob Klepp 2020-09-02 13:44:13 +02:00 committed by GitHub
parent 0f30803529
commit 528e7e5904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 117 additions and 43 deletions

View file

@ -43,6 +43,7 @@ export const Cheatsheet: React.FC = () => {
<MarkdownRenderer
content={code}
wide={false}
onTaskCheckedChange={(_) => null}
onTocChange={() => false}
onMetaDataChange={() => false}
onFirstHeadingChange={() => false}