d2950be4fde0aa68c292c9776b0ca46d3b964266
documentation/pandoc.md
| ... | ... | @@ -1,9 +1,8 @@ |
| 1 | 1 | # pandoc |
| 2 | 2 | |
| 3 | -## curl webpages to man [ref 1](#ref#1) |
|
| 3 | +## curl webpages to man ([xero's trick][]) |
|
| 4 | 4 | ``` |
| 5 | 5 | curl http://webpage.com | pandoc -s -f html -t man | man -l - |
| 6 | 6 | ``` |
| 7 | 7 | |
| 8 | -## ref |
|
| 9 | -- :1: https://nixers.net/showthread.php?tid=1679&pid=15789&highlight=pandoc#pid15789 |
|
| 8 | +[xero's trick]: https://nixers.net/showthread.php?tid=1679&pid=15789&highlight=pandoc#pid15789 |