How to write stuff
Title
Subtitle
Subsubtitle
Font
italic
bold
another way
highlight
highligh box
Deleted and inserted
Superscript text and subscript text
text
quote: I think… ….
- bullet point
- a
- b
- c
- list
- sub
- sub2
- list2
Clicking this number1 will lead you to a footnote.
Each footnote needs the ^fn-
prefix and a unique ID to be referenced for the footnoted content.
Math
An inline math: \(E=mc^2\).
A display math:
\[i\hbar \frac{\partial \Psi}{\partial t} = -\frac{\hbar^2}{2m} \frac{\partial^2 \Psi}{\partial x^2} + V \Psi\]Code
// Example can be run directly in your JavaScript console
// Create a function that takes two arguments and returns the sum of those arguments
var adder = new Function("a", "b", "return a + b");
// Call the function
adder(2, 6);
// > 8
another way
do some code
Tables
A | B | C |
---|---|---|
Bottom line | 1 | 2 |
a | 10 | 11 |
b | 4 | 3 |
c | 7 | 9 |
Add a link click.
-
Handy! Now click the return link to go back. ↩