Testing / Aug 19 2019
Basic Editing
Basic text editing with marks
Try to type in new paragraph:
+code+ _italic_ * list *bold* ```jl and press space
Julia
Merge paragraph 1 + 2 with backspace (broken)
paragraph 1
paragraph 2
Type another plus (broken)
$ 4 + 4
Links
Latex Formulas
Type the below as latex inline (with `$`) and via `insert-> formula`
\int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2}
LaTeX
Upload files
Upload image
Code Listing
create code listing with name "test.txt", mount it and then verify it's mount with:
read("test.txt", String)