diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-12-02 08:28:18 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-12-02 08:28:18 -0800 |
commit | 0892af33ae9526814b32af4522b995324ffdddc3 (patch) | |
tree | 649406e6b1b6bb1667a2d6bd69c1e09feb52fbb8 /doc | |
parent | 26d0a1052e79edeed078add56c2f4555df506a2e (diff) | |
download | pandoc-0892af33ae9526814b32af4522b995324ffdddc3.tar.gz |
Suggest VSCode as a possible editor in getting-started.md.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getting-started.md | 1 |
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). |