Commit graph

272 commits

Author SHA1 Message Date
Jason Caldwell
2383db7cd6 GFM Enhancements (Backticks)
- Adding support for GFM backticks ``` (for fenced code blocks); in additional to ~~~ already supported in Markdown Extra.
- Adding support for GFM language marker; e.g. ```php
2013-09-23 03:59:54 -07:00
Michel Fortin
9dbd8352de Merge branch 'lib' of git://github.com/donatj/php-markdown into lib 2013-08-02 06:50:14 -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
7515e20f95 Removed a forgotten paragraph in the readme that does no longer apply in the lib version. 2013-07-27 22:48:05 -04:00
Michel Fortin
f7f33720a6 Merge branch 'lib' of git://github.com/yosymfony/php-markdown into lib 2013-07-16 12:38:13 -04:00
YoSymfony
a315693e5e Fixed the configuration variables links 2013-07-16 18:21:19 +02:00
Claus Due
b496f5410c Unify indentations to tabs in composer.json 2013-07-01 18:20:03 +02:00
Michel Fortin
53f6388717 Removed doppelgänger Usage section in the Readme.md file. 2013-04-13 15:18:58 -04:00
Jan Minar
ce4aa777ca Spell-check Readme.md 2013-04-13 18:54:58 +01:00
Michel Fortin
fcdd3e0781 Documentation revamp. 2013-04-11 14:53:11 -04:00
Michel Fortin
9e034f6970 Removed constants for related versions of PHP Markdown from PHP Markdown Lib.
This is probably more trouble to maintain than it is worth. Also, people will mistake this for the version to use when filling bug reports.
2013-04-11 14:22:57 -04:00
Michel Fortin
9bb43f4208 Merge branch 'extra' into lib
Conflicts:
	Michelf/Markdown.php
2013-04-11 14:22:37 -04:00
Michel Fortin
b503c58756 Typo in version number. 2013-04-11 14:21:44 -04:00
Michel Fortin
0cf3345f8c Set PHP Markdown Lib version to 1.3. Merge branch 'extra' into lib.
Conflicts:
	Michelf/Markdown.php
	Readme.md
2013-04-11 14:20:50 -04:00
Michel Fortin
2838fb7dd8 Bumped version of Extra to 1.2.7. 2013-04-11 14:10:33 -04:00
Michel Fortin
e54ac83f6b Merge branch 'master' into extra
Conflicts:
	PHP Markdown Extra Readme.text
	markdown.php
2013-04-11 14:09:11 -04:00
Michel Fortin
91e8734e79 Bumped version number to 1.0.1q and added some version history. 2013-04-11 14:06:48 -04:00
Michel Fortin
57a59c71b9 Bumped version to 1.3-rc2. 2013-04-10 22:34:11 -04:00
Michel Fortin
c8c17c316b transform() should be public. 2013-04-08 16:41:52 -04:00
Michel Fortin
a90ca11375 Updated Readme file for new Lib 1.3-rc1 2013-04-08 08:40:51 -04:00
Michel Fortin
2b1d98bc35 Bumped MARKDOWNLIB_VERSION to 1.3-rc1 2013-04-08 08:38:01 -04:00
Michel Fortin
e045d23969 Revealed a few quirks in Lib version now that unit tests are in place. 2013-04-08 07:51:34 -04:00
Michel Fortin
6070ddbd7c Oops, class constants cannot have a visibility attribute. 2013-04-08 07:34:29 -04:00
Michel Fortin
3ffc75e7c0 Merge branch 'extra' into lib 2013-04-07 15:11:15 -04:00
Michel Fortin
7a00f238c3 Merge branch 'master' into extra 2013-04-07 15:11:00 -04:00
Michel Fortin
1d33f217f8 Wrong initialization of the in_anchor member variable. 2013-04-07 15:07:40 -04:00
Michel Fortin
2a18dd6244 Merge branch 'lib-protected' into lib
Conflicts:
	Readme.md
2013-04-07 14:39:14 -04:00
Michel Fortin
23f87bf267 Merge branch 'extra' into lib
Conflicts:
	Readme.md
2013-04-07 14:24:24 -04:00
Michel Fortin
7cb355c91e Fix for issue 72. 2013-04-07 14:00:03 -04:00
Michel Fortin
756756595b Updates to readme file. 2013-03-07 08:28:44 -05:00
Michel Fortin
7dd67edf6c Added protected visibility attribute to a few new functions coming from the extra branch. 2013-02-08 09:55:20 -05:00
Michel Fortin
46ca53917c Fixed readme to include information about beta 5. 2013-02-08 08:42:37 -05:00
Michel Fortin
756f7173da Merge branch 'extra' into lib-protected
Conflicts:
	Michelf/Markdown.php
	Readme.md
2013-02-08 08:40:36 -05:00
Michel Fortin
18974a53b9 Added extra attribute block for links and images. 2013-02-08 08:34:46 -05:00
Michel Fortin
d95ec6edf1 Added Public API and Versionning Policy to readme file. 2013-02-07 08:26:37 -05:00
Michel Fortin
7b88cf4d4c Added protection attributes. 2013-02-07 08:25:02 -05:00
Michel Fortin
a4004737d1 Implemented table alignment class as an optional configuration option. Using the align attribute if not configured. 2013-02-07 07:42:40 -05:00
Michel Fortin
ca799f80fa Now using a PSR-0-compatible autoloader. 2013-02-03 16:14:12 -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
2993fbc030 Updated version history. 2013-01-24 14:06:42 -05:00
Michel Fortin
a0724cd779 Changed footnote HTML output (for Lib branch only). 2013-01-24 14:06:23 -05:00
Michel Fortin
5f0cf8cfb4 Merge pull request #61 from drak/patch-1
Correct composer autoloader definition.
2013-01-24 10:55:32 -08:00
Michel Fortin
f35f0c0806 Fix for default PHP autoloading not working with Readme.php on case-sensitive file-system. 2013-01-24 13:52:00 -05:00
Drak
d60efe65b8 Correct composer autoloader definition. 2013-01-24 18:42:28 +00:00
Michel Fortin
4e091d4105 Bumped version number for lib branch; updated Readme. 2013-01-21 09:45:46 -05:00
Michel Fortin
f682fc129a Merge branch 'extra' into lib 2013-01-21 07:53:17 -05:00
Michel Fortin
8e34fc990f Added Readme.php as sample code. 2013-01-21 07:52:18 -05:00
Michel Fortin
5511f94645 Changed namespace to Michelf (capitalized). 2013-01-21 07:51:51 -05:00
Michel Fortin
39642727fc Removed things that are sometime confused as POSIX collating elements by PCRE (depends on PCRE version used). 2013-01-21 07:41:43 -05:00