Org mode hyperlinks are now fully syntax highlighted (similar to
Markdown links).
The `org_conceal_links` option has been removed in favour of using
built-in Vim options to enable concealing (with a short section in the
`doc/org.txt` file on how to do this). This was done because concealed
text makes navigating "hard-wrapped" documents difficult (especially
when the concealed text is as long as most URLs).
Adds support for syntax highlighting and formatting both ordered and
unordered lists (excluding unordered lists delimited with `*`, as they
conflict with headings and are generally not recommended).
e.g.
1. Foo
2. Bar
1) Biz
2) Baz
- Foo
- Bar
+ Biz
+ Baz