diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2016-05-31 15:39:43 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-31 15:39:43 -0400 |
commit | ef292879d4c5b8f692525aef74a3f8de18ce0e09 (patch) | |
tree | c67cc9c41d304cab5ca573ce665e4266f96e951c /doc/plugins/contrib | |
parent | e1349b74e4584ddbad40d3d5fd12825062d40b42 (diff) | |
download | ikiwiki-ef292879d4c5b8f692525aef74a3f8de18ce0e09.tar ikiwiki-ef292879d4c5b8f692525aef74a3f8de18ce0e09.tar.gz |
link to discussion
Diffstat (limited to 'doc/plugins/contrib')
-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 |