branch: elpa/flycheck
commit f1277dc93bdae82c35f4db7e9bd2f6221ec9bb28
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Tweak some markup
---
 doc/languages.rst | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/doc/languages.rst b/doc/languages.rst
index 5fcb3656f0..dd7bec1b8f 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -839,8 +839,9 @@ to view the docstring of the syntax checker.  Likewise, you 
may use
 
    .. syntax-checker:: markdown-markdownlint-cli
 
-      Check Markdown with `markdownlint-cli
-      <https://github.com/igorshubovych/markdownlint-cli>`_.
+      Check Markdown with markdownlint-cli_.
+
+      .. _markdownlint-cli: https://github.com/igorshubovych/markdownlint-cli
 
       .. syntax-checker-config-file:: flycheck-markdown-markdownlint-cli-config
 
@@ -854,7 +855,9 @@ to view the docstring of the syntax checker.  Likewise, you 
may use
 
    .. syntax-checker:: markdown-mdl
 
-      Check Markdown with `markdownlint 
<https://github.com/markdownlint/markdownlint/>`_.
+      Check Markdown with markdownlint_ (a.k.a. ``mdl``).
+
+      .. _markdownlint: https://github.com/markdownlint/markdownlint/
 
       .. defcustom:: flycheck-markdown-mdl-rules
 
@@ -868,8 +871,9 @@ to view the docstring of the syntax checker.  Likewise, you 
may use
 
    .. syntax-checker:: markdown-pymarkdown
 
-      Check Markdown with `PyMarkdown
-      <https://pypi.org/project/pymarkdownlnt/>`_.
+      Check Markdown with PyMarkdown_.
+
+      .. _PyMarkdown: https://pypi.org/project/pymarkdownlnt/
 
       .. syntax-checker-config-file:: flycheck-markdown-pymarkdown-config
 

Reply via email to