mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Add markdown body to cheatsheet
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
a99bb62f12
commit
ed523ec5ba
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export const Cheatsheet: React.FC = () => {
|
|||
onLineMarkerPositionChanged={() => false}
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
<td className={'markdown-body'}>
|
||||
<HighlightedCode code={code} wrapLines={true} startLineNumber={1} language={'markdown'}/>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue