The markdown editor has gotten some love in this update, including some new buttons and formatting options.
- Added underline, highlight, and to-do list buttons
- Added paragraph option in headers menu to remove current header
- Reorganized buttons to more closely match the visual editor's layout
Check it out in the scratchpad!
For more technical users, there's a new way to format sections of text: [span]{.class} syntax! You can see it in action by using the Highlight button.
Speaking of highlighting, there are some new classes for foreground and background text color, as well as highlight color. These have to be added manually for now, so check out the Advanced Markdown Guide for how to use them.
The editor also now allows you to wrap text in certain symbols by selecting the text, and then typing a supported symbol. It's small, but very convenient when editing! The supported symbols are:
- Square bracket: [
- Curly bracket: {
- Parenthesis: (
- Asterisk: *
- Underscore: _
- Tilde: `
- Single quote: '
- Double quote: "
Other Improvements
The other small change in this release is a tweak to the New Page dialog box. Instead of assuming that your new page will live at the top-most folder, it now starts you below the page that you're on. This should make it much easier to add sub-pages.