From aa21f79e89fcd6aad1d66845238e976fdc0bce98 Mon Sep 17 00:00:00 2001 From: Diogo Almiro <13120173+diogoalmiro@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:51:54 +0100 Subject: Documentation - FAQs - Links (#8978) Fix some links and add link text. --- doc/faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 .) +(See [issue 8139](https://github.com/jgm/pandoc/issues/8139).) ``` lua -- Unset the width attribute of HTML colspecs in tables -- cgit v1.2.3