Comment on Word.

<- View Parent
bitjunkie@lemmy.world ⁨1⁩ ⁨week⁩ ago

I’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;
}

source
Sort:hotnewtop