Google Code Exporter
Google Code Exporter
``` When selecting multiple lines of texting and applying bullet formatting, the text editor converts everything to a single line. This is divergent from the way most text editors will...
``` Hi guys, PageDown markup is used in our project and it is fantastic! We draw new graphical representation in vector format, because in Retina display buttons are blurred. Just...
``` I'd like to use the HookCollection type in some pagedown add-ons I'm writing, but as I'm using pagedown within node.js, I currently can't access Markdown.HookCollection as it isn't exposed...
`````` ``` python def foo(): print("hello") `````` should render along the lines of a block with class=python or such... ``` Original issue reported on code.google.com by `[email protected]` on 5 Nov...
``` Missing one file ``` Original issue reported on code.google.com by `roman.ozana` on 23 Oct 2013 at 11:25 Attachments: - [package.json.patch](https://storage.googleapis.com/google-code-attachments/pagedown/issue-65/comment-0/package.json.patch)
``` What steps will reproduce the problem? 1. Create a link of the form [link](/relative/path) What is the expected output? What do you see instead? In page the preview will...
``` There are web development frameworks which generate form fields that require specific ids. The Markdown.Editor() function should accept a full id as an argument, not just a suffix. ```...
``` When I type ctrl-z, the undo action is performed twice. Not handling the "y" and "z" event in util.addEvent() in Markdown.Editor.js line 1255 corrects this problem. util.addEvent(inputBox, keyEvent, function...
``` What steps will reproduce the problem? 1. In text editor, use ~word~ ( ^word^ ) to mark chars as sub or superscript. 2. Check the HTML preview What is...
``` sanitizeTag was removing the h4, h5 and h6 because they weren't in the `basic_tag_whitelist`, so I added them. ``` Original issue reported on code.google.com by `[email protected]` on 16 May...