Comment on Word.
bitjunkie@lemmy.world 1 week agoI’m not sure about charts but code snippets and blocks are handled the same as standard markdown:
function myFunc(arg1, arg2) { const test = 'This is a string'; return null; }
Comment on Word.
bitjunkie@lemmy.world 1 week agoI’m not sure about charts but code snippets and blocks are handled the same as standard markdown:
function myFunc(arg1, arg2) { const test = 'This is a string'; return null; }