aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiogo Almiro <[email protected]>2023-08-04 17:51:54 +0100
committerGitHub <[email protected]>2023-08-04 09:51:54 -0700
commitaa21f79e89fcd6aad1d66845238e976fdc0bce98 (patch)
tree350998cbb3e38a8e0cad251a9d2bfbabdfaecf82 /doc
parent7b8e8f6f52c82f846808427e69406111f0e2a7ac (diff)
Documentation - FAQs - Links (#8978)
Fix some links and add link text.
Diffstat (limited to 'doc')
-rw-r--r--doc/faqs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faqs.md b/doc/faqs.md
index 4ea8dea10..5dd338a1a 100644
--- a/doc/faqs.md
+++ b/doc/faqs.md
@@ -116,7 +116,7 @@ and saving in a format from which pandoc can convert directly.
No. You can get by with a relatively small TeX installation,
for example, by starting with MacTeX's Basic TeX distribution
and using the `tlmgr` tool to install a few packages required by pandoc
-(see https://pandoc.org/MANUAL.html#creating-a-pdf).
+(see [the manual](https://pandoc.org/MANUAL.html#creating-a-pdf)).
Or, you can produce PDFs via HTML and `wkhtmltopdf`,
or via groff ms and `pdfroff`. (These don't produce as nice
@@ -196,7 +196,7 @@ Or `--pdf-engine=lualatex` can be used with the following:
Save this filter as `nowidths.lua` and then pass `--lua-filter
nowidths.lua` as an additional option to pandoc.
-(See <https://github.com/jgm/pandoc/issues/8139>.)
+(See [issue 8139](https://github.com/jgm/pandoc/issues/8139).)
``` lua
-- Unset the width attribute of HTML colspecs in tables