From fd4c292b84f8c172fd8b6b17eda399ee0f930dfc Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 12 May 2025 10:35:11 +0900 Subject: [PATCH] content: Fix links to Pandoc --- content/en/configuration/markup.md | 2 +- content/en/methods/page/RenderString.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/configuration/markup.md b/content/en/configuration/markup.md index b6135cee5..674c6569d 100644 --- a/content/en/configuration/markup.md +++ b/content/en/configuration/markup.md @@ -337,5 +337,5 @@ ordered [superscript]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup [AsciiDoc]: https://asciidoc.org/ [Emacs Org Mode]: https://orgmode.org/ -[Pandoc]: https://www.pandoc.org/ +[Pandoc]: https://pandoc.org/ [reStructuredText]: https://docutils.sourceforge.io/rst.html diff --git a/content/en/methods/page/RenderString.md b/content/en/methods/page/RenderString.md index c7774774c..5f97e3576 100644 --- a/content/en/methods/page/RenderString.md +++ b/content/en/methods/page/RenderString.md @@ -46,4 +46,4 @@ Render with [Pandoc]: ``` [markup identifier]: /content-management/formats/#classification -[pandoc]: https://www.pandoc.org/ +[pandoc]: https://pandoc.org/