Commit graph

19 commits

Author SHA1 Message Date
Robbie Averill
f5cd0dbcf4 [#98] Changing to PHPDoc comments 2016-03-03 13:39:53 +13:00
Michel Fortin
4482d30bb0 Fix for unnecessary backtracking in the special attribute block regex.
Fixes #213.
2015-12-03 21:02:24 -05:00
Michel Fortin
e1e3fc2a01 Renaming fn_backlink_text to fn_backlink_html to clarify that this is HTML content. 2015-10-16 21:13:21 -04:00
dana
e244a9e33a Made fn_backlink_text user-configurable, added U+FE0E to prevent iOS emoji display 2015-10-16 16:37:20 -05:00
Michel Fortin
37a75bfac8 Merge branch 'code_block_content_func' into lib 2015-08-04 17:30:50 -04:00
Michel Fortin
c9220d1bb3 Finalization of fenced code block improvements by Mario Konrad:
- Moving `code_block_content_func` configuration variable to regular Markdown parser, now using it to convert the content of indented code blocks to HTML too.
- Fix for code block class name and special attribute blocks together.
- Updated the fenced code block syntax in the HTML block parser (so it correctly skips those code blocks).
- Updated Readme.md to explain the changes.
2015-08-04 17:29:59 -04:00
Viktor Szakats
2eaa375f52 use https in URLs where possible 2015-07-01 21:40:16 +02:00
Mario Konrad
3ace64bc13 Revised matcher to disallow a standalone point. Also reduced catcher group by one. 2015-04-18 19:14:33 +02:00
Mario Konrad
8fde858541 Added support for language and attributes (both optional) for code blocks. 2015-04-17 22:37:52 +02:00
Mario Konrad
eb2a0e012c Have the optional code_block_content_func only replace htmlspecialchars. 2015-04-17 00:30:42 +02:00
Mario Konrad
1df2655b8b Optional code block content function added. 2015-04-16 21:56:41 +02:00
Michel Fortin
e1aabe1817 Set version number to 1.5.0 (as it should have been), updated URLs to website. 2015-03-01 07:03:08 -05:00
Michel Fortin
ec8a9efb24 Moving the MarkdownExtra class where it belongs. 2015-02-28 22:52:19 -05:00
Michel Fortin
edd288cdc8 Updated version number, copyright year. 2015-02-28 22:48:32 -05:00
Michel Fortin
0fc413a1f9 Bumped version to 1.4.1, updated version history and copyright year. 2014-05-04 21:52:07 -04:00
Jesse Donat
63921893d0 Excluded trailing ?>'s on class code per PSR-2 Subheading 2.2
"The closing ?> tag MUST be omitted from files containing only PHP"
2013-07-31 12:16:32 -05:00
Michel Fortin
a10d489199 Added \Michelf\Markdown\MARKDOWNLIB_VERSION in replacement of previous version constants bound to the masters and extra branches. 2013-01-28 08:00:51 -05:00
Michel Fortin
06cb8f2487 Fixed issue of Michelf\MarkdownExtra not autoloading it's base class. 2013-01-28 07:53:32 -05:00
Michel Fortin
5511f94645 Changed namespace to Michelf (capitalized). 2013-01-21 07:51:51 -05:00
Renamed from michelf/MarkdownExtra.php (Browse further)