Google Code Exporter
Google Code Exporter
``` I noticed that the four JavaScript files don't have a license header. This seems to be a common practice amongst JavaScript libraries out there. Would it be possible to...
``` What steps will reproduce the problem? 1. write [14]:http://blog.thecanadaline.com/wp-content/uploads/2012/03/IMG_62441-225x300. jpg ()\n\n 2. try to convert 3. What is the expected output? What do you see instead? we are expecting...
``` What steps will reproduce the problem? 1. having a sting like August,29th_to:_ August,30th 2. there is no space before the leading "_" 3. What is the expected output? What...
``` What steps will reproduce the problem? 1. Try to convert this a string like _From: _July 30th, 2012 _to _August 5th, 2012 2. There are spaces after the string...
``` ~~text~~ should replace to text ``` Original issue reported on code.google.com by `[email protected]` on 27 Aug 2012 at 12:58
``` i cloned pagedown an ported the AutoNewLines option form MarkDownSharp to PageDown. it could be usefull for other people as well, plz pull (and review) if you got the...
``` In order to get this library updated on cdnjs, someone needs to submit a pull request which follows the rules at https://github.com/cdnjs/cdnjs A very old version of this library...
``` Allow configuring which buttons are visible and functional and cleaned up the button creation code a bit. Changes are backward compatible with the existing custom "help" button configuration. ```...
``` PHP Markdown Extra (http://michelf.com/projects/php-markdown/extra/) is a great extension to markdown which supports table, definition list, header id and abbreviation, tables and definition lists are especially usefull when writing blogs...
``` I use pagedown also in comment-form it has well keyboard shortcuts support, it's very useful to format small code snippets against typing 4 spaces every single line. But I...