mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 19:25:18 -04:00
Add clickable todos (#283)
This commit is contained in:
parent
0f30803529
commit
528e7e5904
9 changed files with 117 additions and 43 deletions
|
@ -43,6 +43,7 @@ export const Cheatsheet: React.FC = () => {
|
|||
<MarkdownRenderer
|
||||
content={code}
|
||||
wide={false}
|
||||
onTaskCheckedChange={(_) => null}
|
||||
onTocChange={() => false}
|
||||
onMetaDataChange={() => false}
|
||||
onFirstHeadingChange={() => false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue