Add markdown body to cheatsheet

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-09-03 16:50:19 +02:00 committed by mrdrogdrog
parent a99bb62f12
commit ed523ec5ba

View file

@ -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>