diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.org | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/examples/test.org b/examples/test.org index 5cf589a..7ec4839 100644 --- a/examples/test.org +++ b/examples/test.org @@ -1,4 +1,16 @@ +#+TITLE: Org Mode Test + * Org - Hello world - This is my list -** TODO +** TODO This is a TODO entry + +#+BEGIN_SRC js + + function x() { + const y = 10; + return y; + } + +#+END_SRC + |