diff options
-rw-r--r-- | doc/plugins/contrib/compile.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/contrib/compile.mdwn b/doc/plugins/contrib/compile.mdwn index 7a3f58539..320d9724d 100644 --- a/doc/plugins/contrib/compile.mdwn +++ b/doc/plugins/contrib/compile.mdwn @@ -42,7 +42,8 @@ A simpler implementation, that only runs a predefined set of commands, may be simpler to implement than auditing this whole plugin. For example, the [[bibtex2html]] module performs a similar task than the compile module, but hardcodes the command used and doesn't call it with `/bin/sh -c`. It could be -expanded to cover more commands. +expanded to cover more commands. See this +[[plugins/contrib/bibtex2html/discussion/]] for a followup on this idea. ## Rationale |