Example Org Mode Title
This org-mode src block has been run and has results.
echo hello
Results:
hello
Another src block, now in elisp.
(message "Hello, World!")
Output:
Hello, World!
Source blocks without specified language get rendered as a quote, which is undesirable. Just let it be an src block of text-mode.
just some text
Here's not an src, but an example block, looks exacly the same:
example text
Here's an awesome possum.
And here's a table. It gets rendered without borders in this template even in markdown for some reason. But that's easy to fix in css.
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
- Previous: This is my fourth post.