• bitjunkie@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    7 days 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;
    }
    

    It also supports exporting to a variety of formats, although I can’t speak to the accuracy when reading them in other applications as it’s not a feature I’ve used.