Ultimately, Google’s decision to give users more Markdown capabilities will affect each person differently, and how you use it will depend on your typing preferences. Still, we think there’s likely something here that will change the way you work. For most people, Markdown is a little more complicated than using the built-in formatting features in programs like Microsoft Word and Google Docs, but it can be helpful when you’re building a website, drafting technical documents, and doing many other compositional tasks. Other benefits include portability (you can open Markdown-formatted files in almost any app) and longevity (even if one app shuts down, other apps will still be able to read the text). Markdown’s longevity makes it especially handy for anything that needs to be future-proofed, such as books and academic theses, according to Markdown Guide, which is an excellent place to learn more about the language. You can find the option to turn on Markdown by opening a document in Google Docs, Slides, or Drawings, and clicking the Tools menu. Then click Preferences, check the box next to Automatically detect Markdown, and click OK. Now, the program will auto-format certain Markdown syntax whenever you use it. This setting will also apply across your account, so you’ll only need to enable or disable it once.
Format text with Markdown in Google’s apps
With the change, Google has added the ability to use Markdown to make text italic, bold, or crossed-out. As mentioned above, if you want to italicize a word or phrase, simply put an asterisk or underscore before or after the relevant text. For example, you’d type italics or italics. For bold text, use two asterisks or underscores (bold or bold), and for both, use three (both or both). If you’re not already a Markdown fan, this is unlikely to be any faster or more convenient than using the Cmd+I or Ctrl+I shortcut for italics or the Cmd+B or Ctrl+B shortcut for bold text. But hey, maybe you’ll like it better. Strikethroughs might be a different story. To draw a line through some text with Markdown, simply put a single dash before or after the word or phrase you want to cross out (-strike-). This is a lot faster than the awkwardly positioned Alt+Shift+5 shortcut for strikethroughs on a Windows computer, at least somewhat faster than the better-positioned Cmd+Shift+X shortcut on Macs, and way, way faster than clicking Format > Text > Strikethrough to get there the old-fashioned way. We did, however, notice a problem with strikethroughs—text following the Markdown syntax doesn’t revert to normal text as it does with italics or bold. So you’ll have to turn it off manually or with a shortcut, at least until Google (hopefully) fixes it. Markdown might actually be faster than shortcuts here, at least for H1s. The Mac shortcut is Cmd+Option+1, with the number being the style of heading you want. On Windows, it’s Ctrl+Alt+1. To go through menus, click Format > Paragraph styles, and choose the heading you want.
Create bulleted and numbered lists with Markdown in Google’s apps
This is not a new feature, but it’s worth mentioning to recognize that Google had at least some support for Markdown before the expansion. You’ve probably been using it without realizing, too. For bulleted lists, type an asterisk followed by a space, and it’ll transform into a bullet. If you want to create a numbered list, simply type the number followed by a period and a space. Google will automatically indent the list and start counting. Sound familiar? You’re a Markdown pro already.