Feature. Follow-up to #53 **What is the current behavior?** At the moment, only block-level formatting (headings, lists, etc) & horizontal rules have Markdown shortcuts.  **What is the expected behavior?** It would be cool to have shortcuts for inline formatting: ```markdown this is `code`, *italic*, _italic_, **bold**, __bold__ ```