commit d2950be4fde0aa68c292c9776b0ca46d3b964266 parent 1e772565bf59cb6614e60ccde83a3b1011d04071 Author: pyratebeard <root@pyratebeard.net> Date: Tue, 13 Nov 2018 16:04:50 +0000 removed ref header and changed ref link Diffstat:
M | documentation/pandoc.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/documentation/pandoc.md b/documentation/pandoc.md @@ -1,9 +1,8 @@ # pandoc -## curl webpages to man [ref 1](#ref#1) +## curl webpages to man ([xero's trick][]) ``` curl http://webpage.com | pandoc -s -f html -t man | man -l - ``` -## ref -- :1: https://nixers.net/showthread.php?tid=1679&pid=15789&highlight=pandoc#pid15789 +[xero's trick]: https://nixers.net/showthread.php?tid=1679&pid=15789&highlight=pandoc#pid15789