then some text
(done) dollar signs → just escape the symbol in text like so: $ other currencies are not affected £ € ¥
(done) double backticks → are now supported like so this is ` in double
etc.
(can be automated) math issues → replacing \\(...\\)
for $...$
works
(done) julia (and other) indented code like so:
function foo()
return 3
end
function bar()
return foo() + 5
end
(piping post) see link above and \n
are now handled properly: here: \n and blah