Oddbean new post about | logout
 Linked Links: Google Docs Can Import and Export Markdown by Michael Tsai

Maybe I’ll use Google Docs more often now that it can copy/paste and import/export Markdown.

I still remember using it for hours at a time throughout law school, most firms maintain their vise grip on Microsoft Word.
 https://mjtsai.com/blog/2024/07/19/google-docs-can-import-and-export-markdown/ 
 Markdown is just txt format with some special markers you could use anything to write it

# is heading
## smaller
### smaller
- bullet
Etc 
 Lol nostr uses markdown so that didn't work.
So we will try literal 
`
# heading
## smaller
### smaller still
- bullet
`