Merge pull request #695 from rubenvereecken/tldrl

tldrl: add page
waldyrious/alt-syntax
Felix Yan 2016-01-19 22:29:10 +08:00
commit 17b990f4e4
1 changed files with 15 additions and 0 deletions

15
pages/common/tldrl.md Normal file
View File

@ -0,0 +1,15 @@
# tldrl
> Lint and format TLDR pages.
- Lint all pages:
`tldrl {{pages_directory}}`
- Format a specific page to stdout:
`tldrl -f {{page.md}}`
- Format all pages in place:
`tldrl -fi {{pages_directory}}`