A typora theme using latex fonts to be used in academic work.
Regular, bold, italic, strike, hightlight, inline-code
,*emphasis^,,
This is a cite
Inline math works fine.
First Column | Second Column | Third Column | Fourth Column | Fifth Column |
---|---|---|---|---|
One | Two | Three | Seven | Nine |
Four | Five | Six | Eight | Ten |
One | Two | Three | Seven | Nine |
Four | Five | Six | Eight | Ten |
import someCode from 'someLibrary';
First item
Second item
Third item
Some thing
Example1
Example2
ordered list item 1.
ordered list item 2.
sub-unordered list item 1.
sub-unordered list item 2.
something is DONE.
something is not TODO.
x
<html>
<body>
<h1>The *= Operator</h1>
<p id="demo"></p>
<script>
var x = 10;
x *= 5;
document.getElementById("demo").innerHTML = x;
</script>
</body>
</html>