aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2012-01-28 05:16:52 -0400
committeradmin <admin@branchable.com>2012-01-28 05:16:52 -0400
commitc0eca7ddc7a382e39ef94518f18e53b23a20ece6 (patch)
treea612b1503ca683898bcd852b88e16e582dcf8ef1 /doc/plugins
parenta631d8b2a51de34444df5ffa89e3cb8d9678b96c (diff)
downloadikiwiki-c0eca7ddc7a382e39ef94518f18e53b23a20ece6.tar
ikiwiki-c0eca7ddc7a382e39ef94518f18e53b23a20ece6.tar.gz
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/wmd/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/plugins/wmd/discussion.mdwn b/doc/plugins/wmd/discussion.mdwn
index 42af97ec3..7246f22aa 100644
--- a/doc/plugins/wmd/discussion.mdwn
+++ b/doc/plugins/wmd/discussion.mdwn
@@ -59,3 +59,13 @@ copy [...]
> It does not, however, have a markdown to html converter -- for
> previewing it has to talk to the server with AJAX.
> --[[Joey]]
+
+>> I've got pagedown working on my personal site (simon.kisikew.org) but I'm not sure how
+>> I can inject the relevant &lt;div&gt;'s in the right place. They need to go **above**
+>> the editing &lt;textarea&gt; . (Too bad about the licensing, it's rather nice.)
+>> I had to do one minor change to it to have it inject itself into the page properly,
+>> and that was to make this change in `Markdown.Editor.js`:
+>>
+>> `this.input = doc.getElementById("editcontent" + postfix);`
+>>
+>> on line 247. --[[simonraven]]