I’m not sure about charts but code snippets and blocks are handled the same as standard markdown:
functionmyFunc(arg1, arg2) {
const test = 'This is a string';
returnnull;
}
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.
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.