* Heading 1 ** Heading 2 *** Heading 3
bold ital underline code
verbatim
*bold* /ital/ _underline_ =code= ~verbatim~
Or add : to beginning of line to ignore org markup
[[http://www.google.com][google]]
[[http://orgmode.org/worg/images/orgweb/2.jpg]]
Links to images without description get inserted as is.
C-c C-l to insert or edit a link
quoted text
#+begin_quote quoted text #+end_quote
cliks.onValue(function() {
vouchdb.docSave({ msg:'resetpwd',
pwd: $("#password1")[0].value,
uuid: location.search.slice(10),
callback: callback
}, 'reception')
.when(
function(data) {
console.log('Posted resetpwd msg');
},
function(err) {
console.log('Error posting resetpwd msg:', err);
}
);
});
#+begin_src javascript <source code> #+end_src
C-c ’ to edit source code, C-c ’ to return and update
----- horizontal line (5 dashes)
----- horizontal line (5 dashes)
Col1 | Col 2 | ||
------ | ------ | Press | TAB |
KW | Sep | ||
TW | Aug |
| Col1 | Col 2| |------|------| Press | TAB | KW | Sep | | TW | Aug |
- number list, use 1. or 1)
- line
- line 3
- use - or +
- bullet list
- line 2
1. number list, alternate 1) - bullet list, alternate +
alt-enter at end of line to add a new one
# comment (not exported)