Pandoc fenced code link in sample (#137)
authorAndy <andys8@users.noreply.github.com>
Fri, 10 Apr 2020 20:07:06 +0000 (22:07 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 20:07:06 +0000 (22:07 +0200)
sample.md

index 502bb2b..88bcd34 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -102,7 +102,7 @@ becomes
 
 -> # Supported markdown formatting <-
 
-You can also use [pandoc](http://pandoc.org/demo/example9/pandocs-markdown.html)'s fenced code block
+You can also use [pandoc](https://pandoc.org/MANUAL.html#fenced-code-blocks)'s fenced code block
 extension. Use at least three ~ chars to open and
 at least as many or more ~ for closing.