Google Code Exporter
Google Code Exporter
``` I'd like to be able to set rel=nofollow on rendered links. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=96569 thanks. ``` Original issue reported on code.google.com by `[email protected]` on 8 Feb 2012 at 7:04
``` Adds an optional second argument to linkEnteredCallback, allowing alt text to be specified instead of using the default. The bracket-escaping is moved to the bottom of the function so...
``` Links could be improved to open in a new tab (it currently opens up in the same page). Adding the target="_blank" attribute would fix it. ``` Original issue reported...
``` It would be great if the Markdown.Converter had a method which only created links. I'm dealing with feed posts and I don't want the user to be able to...
``` If there was a live preview site for pagedown, I could test out a bug on the current code. Right now I can only report a bug against the...
``` Hi, I implemented a shared settings object which allows you to tweak the editor at creation time without editing the code. I also added a handleUndo switch which allows...
``` I use the editor within a 'modal' dialog within the page (using colorbox). When someone closes the dialog, I'd like to be able to cleanup after the editor has...
``` Usage of WAI-ARIA and correct HTML would help ensure a slightly better experience. For example using a opposed to a and using roles using as "application" and "menu" or...
``` Footnotes are important! When it comes to specs, I recommend conforming to what's becoming a sort of standard in markdown libraries: http://freewisdom.org/projects/python-markdown/Footnotes http://michelf.com/projects/php-markdown/extra/#footnotes ``` Original issue reported on code.google.com...
`````` Supporting asynchronous module definition [1] would allow to use CommonJS-compliant asynchronous javascript loaders like requirejs [2] on the client side. This also allows to declare dependencies between modules, and...