From 4bd1b157aef209b516f7de7bdd955df61ef3801c Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 1 Oct 2020 21:46:36 +0200 Subject: [PATCH] Add comment about Mandoc, closes #1145 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`.