From 5706e504cfdeeb2fae94dd8d21b8645db01d45e0 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:09:44 +0530 Subject: [PATCH] Add link to "Pandoc in the browser" demo (#11477) --- README.template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.template b/README.template index 75afa8733..e6ef3bead 100644 --- a/README.template +++ b/README.template @@ -66,11 +66,13 @@ Here's [how to install pandoc](INSTALL.md). Documentation ------------- -Pandoc's website contains a full [User's Guide](https://pandoc.org/MANUAL.html). -It is also available [here](MANUAL.txt) as pandoc-flavored Markdown. -The website also contains some [examples of the use of -pandoc](https://pandoc.org/demos.html) and a limited [online -demo](https://pandoc.org/try). +Pandoc’s website contains a full [User’s +Guide](https://pandoc.org/MANUAL.html). It is also available +[here](MANUAL.txt) as pandoc-flavored Markdown. The website also +contains some [examples of the use of +pandoc](https://pandoc.org/demos.html), a limited [online +demo](https://pandoc.org/try), and a [WebAssembly-based online +demo](https://pandoc.org/app). Contributing ------------