(no commit message)
authorsimonraven <simonraven@web>
Sat, 28 Jan 2012 09:16:52 +0000 (05:16 -0400)
committeradmin <admin@branchable.com>
Sat, 28 Jan 2012 09:16:52 +0000 (05:16 -0400)
doc/plugins/wmd/discussion.mdwn

index 42af97ec3d39dc507642247efb3c4e94e7d7e2a1..7246f22aa72bb19c046ffcb9acbd4cb8c3a7a04d 100644 (file)
@@ -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]]