summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-10-01 21:46:36 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-02 20:45:29 +0200
commit4bd1b157aef209b516f7de7bdd955df61ef3801c (patch)
tree9092cfe0e29f6f0e033bb00c73446cc8b814ac78
parent1ecb70e082638a391cd7f9c2d27ad1f5ad22615e (diff)
Add comment about Mandoc, closes #1145
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4461486e..cc4139ed 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,8 @@ If you prefer to have this bundled in a new command, you can also use [`batman`]
Note that the [Manpage syntax](assets/syntaxes/02_Extra/Manpage.sublime-syntax) is developed in this repository and still needs some work.
+Also, note that this will [not work](https://github.com/sharkdp/bat/issues/1145) with Mandocs `man` implementation.
+
#### `prettier` / `shfmt` / `rustfmt`
The [`prettybat`](https://github.com/eth-p/bat-extras/blob/master/doc/prettybat.md) script is a wrapper that will format code and print it with `bat`.