aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-02 08:28:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-02 08:28:18 -0800
commit0892af33ae9526814b32af4522b995324ffdddc3 (patch)
tree649406e6b1b6bb1667a2d6bd69c1e09feb52fbb8
parent26d0a1052e79edeed078add56c2f4555df506a2e (diff)
downloadpandoc-0892af33ae9526814b32af4522b995324ffdddc3.tar.gz
Suggest VSCode as a possible editor in getting-started.md.
-rw-r--r--doc/getting-started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md
index a8f7315fd..b73923daa 100644
--- a/doc/getting-started.md
+++ b/doc/getting-started.md
@@ -212,6 +212,7 @@ Now save your file as `test1.md` in the directory
Note: If you use plain text a lot, you'll want a better editor than
`Notepad` or `TextEdit`. You might want to look at
+[Visual Studio Code](https://code.visualstudio.com/) or
[Sublime Text](https://www.sublimetext.com/) or (if you're willing
to put in some time learning an unfamiliar interface)
[Vim](https://www.vim.org) or [Emacs](https://www.gnu.org/software/emacs).