diff options
author | smcv <smcv@web> | 2016-03-21 18:34:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-03-21 18:34:51 -0400 |
commit | 1611554beb4e40a5d767015cecb8204e688bcb1b (patch) | |
tree | 2940c0e3f1cf87332dbbc02001e5e0c2e315468b /doc/plugins | |
parent | 30ce222a2e069bc2d383a09b6ee3ffc57e5f33eb (diff) | |
download | ikiwiki-1611554beb4e40a5d767015cecb8204e688bcb1b.tar ikiwiki-1611554beb4e40a5d767015cecb8204e688bcb1b.tar.gz |
move discussion points to Discussion
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/remark.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/plugins/contrib/remark.mdwn b/doc/plugins/contrib/remark.mdwn index c13cb4e2f..20f5b7d7e 100644 --- a/doc/plugins/contrib/remark.mdwn +++ b/doc/plugins/contrib/remark.mdwn @@ -19,13 +19,12 @@ any other page, which -- because the Markdown is deliberately not being rendered by ikiwiki -- results in the slide source being displayed (and not elegantly). Clicking through to the slides works right, of course. -Should [[inline]] (and more generally [[ikiwiki/PageSpec]]) understand -that web slides are not exactly regular pages? And/or should this plugin -detect when slides are being inlined and allow ikiwiki to process the -Markdown as a sort of "preview"? +See [[Discussion#inline]]. ## Concern: safety of web-editing Even though `remarkpage.tmpl` has no action links, is it still possible for someone to trick their way into web-editing a slide deck? And if they do, is that dangerous? + +See [[Discussion#editing]]. |