Skip to content

Instantly share code, notes, and snippets.

@novoid
Created May 16, 2019 10:44
Show Gist options
  • Save novoid/7e112dff53f83b81e9001ad96ffa5e00 to your computer and use it in GitHub Desktop.
Save novoid/7e112dff53f83b81e9001ad96ffa5e00 to your computer and use it in GitHub Desktop.
Org mode collaborative editing

This is a test file to play around with Org mode syntax based files and collaborative editing of them.

Feel free to modify this file.

This Is A Heading

This Is A Sub-Heading

And A Sub-Sub-Heading

Paragraphs are separated by at least one empty line.

bold italic underlined strikethrough monospaced Link description http://Karl-Voit.at → link without description

  • list item
  • another item
    • sub-item
      1. also enumerated
      2. if you like
  • [ ] yet to be done
  • [X] item which is done
Simple pre-formatted text such as for source code.
This also respects the line breaks. *bold* is not bold here.
myresult = 42 * 23
print('Hello Europe! ' + str(myresult))
My Column 1My Column 2Last Column
42foobar
23bazabcdefg
65
@novoid
Copy link
Author

novoid commented May 30, 2022

@Jasper35
Copy link

Jasper35 commented May 30, 2022

Very interesting. I'll will start using this immediately. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment