Google Code Exporter

Results 11117 issues of 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

auto-migrated
Priority-Medium
Type-Defect

``` 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...

auto-migrated
Type-Patch

``` 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...

Priority-Low
auto-migrated
Type-Enhancement

``` 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...

Priority-Low
auto-migrated
Type-Enhancement

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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...

auto-migrated
Priority-Medium
Type-Defect

``` 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...

Priority-Low
auto-migrated
Type-Enhancement

`````` 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...

auto-migrated
Priority-Medium
Type-Enhancement