Skip to content

Commit

Permalink
Added comment and link to showdown pull request
Browse files Browse the repository at this point in the history
In case people want to see how I went from their filter to our extension.
  • Loading branch information
jasononeil committed Sep 29, 2012
1 parent c596d57 commit 550cee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filters/GithubCodeBlocks.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import MarkdownExtension;
* puts "Hello, #{x}"
* end
* ```
*
* Borrowed heavily from Showdown, specifically looking at this pull request:
* https://github.com/coreyti/showdown/pull/9/files
*/
class GithubCodeBlocks implements MarkdownExtension
{
Expand Down

0 comments on commit 550cee9

Please sign in to comment.