Commit graph

513 commits

Author SHA1 Message Date
Michel Fortin
f19233711e Added parser property for predefined URLs and titles for reference links and images. 2008-04-20 23:29:55 -04:00
Michel Fortin
50b5ff3f4c Added missing blank line for correct spacing. 2008-04-20 23:24:07 -04:00
Michel Fortin
2a1039982b Now using setup and teardown in MarkdownExtra_Parser. 2008-04-20 23:22:44 -04:00
Michel Fortin
48d95730f0 Merge branch 'master' into extra 2008-04-20 23:18:05 -04:00
Michel Fortin
8e861d340b Added setup and teardown methods for easy overriding. 2008-04-20 23:17:52 -04:00
Michel Fortin
0774f51ed0 Added Extra's history since 1.1.7. 2008-04-20 22:42:21 -04:00
Michel Fortin
e70e0a4d67 Merge branch 'master' into extra
Conflicts:

	PHP Markdown Extra Readme.text
2008-04-20 22:40:47 -04:00
Michel Fortin
83c4ffe285 Added version history for changes since 1.0.1k. 2008-04-20 22:39:48 -04:00
Michel Fortin
cfc9eb079f Now using encodeAttribute. 2008-03-11 22:28:26 -04:00
Michel Fortin
3956073a57 Merge branch 'master' into extra 2008-03-11 22:26:28 -04:00
Michel Fortin
bb183b5073 Now encoding special characters in attributes with a dedicated function; fixing some bugs. 2008-03-11 22:26:06 -04:00
Michel Fortin
572596bfb0 Merge branch 'master' into extra 2008-03-11 09:18:26 -04:00
Michel Fortin
79677f652b Fixed code block as first element of a list item. 2008-03-11 04:42:50 -04:00
Michel Fortin
a228680cf0 Fixed a definition list issue with code block starting a definition. 2008-03-11 04:40:16 -04:00
Michel Fortin
8cae1012fa Merge branch 'master' into extra 2008-02-28 08:46:22 -05:00
Michel Fortin
79e6d4e7e7 Fix for <hr@example.com> begin taken as a HR tag. 2008-02-28 08:34:22 -05:00
Michel Fortin
4596f60a01 Now removing UTF-8 BOM at the start of the document, if present. 2008-02-28 06:50:33 -05:00
Michel Fortin
bfca8fa34f Fix for code block starting on the second line of the document. 2008-02-27 23:23:28 -05:00
Michel Fortin
d6d9fe79d5 Fix for capitalized URL schemes in autolinks. 2008-02-27 23:21:03 -05:00
Michel Fortin
367f394933 Fix for <hr@example.com> begin taken as a HR tag. 2008-02-27 23:19:19 -05:00
Michel Fortin
c652c6a321 Added support for footnotes referenced within another. 2008-02-27 21:56:17 -05:00
Michel Fortin
5d1cf510ca Added flat code blocks, rewrote parts of the HTML block handling. 2007-10-11 22:33:40 -04:00
Michel Fortin
6a859ece00 Merge branch 'master' into extra
Conflicts:

	PHP Markdown Extra Readme.text
	markdown.php
2007-09-26 14:41:23 -04:00
Michel Fortin
12b770648e More version number changes. 2007-09-26 14:37:49 -04:00
Michel Fortin
5e3539173e Removed outdated remark in readme about being bundled with WordPress default installs. 2007-09-26 14:33:11 -04:00
Michel Fortin
4f0e737cf1 Added release date and notes for 1.0.1k. 2007-09-26 14:31:35 -04:00
Michel Fortin
0c0449cd86 Fixed a problem with horizontal rules. 2007-09-25 21:54:55 -04:00
Michel Fortin
eb6da23b8f Merge branch 'master' into extra + version changes
Conflicts:

	PHP Markdown Extra Readme.text
	markdown.php
2007-09-04 11:58:43 -04:00
Michel Fortin
27da43e45a Updated version info 2007-09-04 09:41:14 -04:00
Michel Fortin
a26e466472 Made settings overridable.
Added error suppression operator to setting defines so they may be overriden from
an external file without causing PHP warnings.
2007-09-04 07:32:19 -04:00
Michel Fortin
152860ca6b Prepared version 1.0.1j
Changed version number, release date and added version history.
2007-09-04 07:28:31 -04:00
Michel Fortin
5a6f7922d2 Merge branch 'master' into extra 2007-09-02 16:57:43 -04:00
Michel Fortin
c4be903e96 Fixed misnested code block ending tags.
Code blocks were emited as <pre><code>...</pre></code> since 1.0.1i, where the two
ending tags are in the wrong order.
2007-09-02 16:57:32 -04:00
Michel Fortin
03c564f11f Fixed an issue with recognising block hashes in formParagraphs. 2007-08-31 14:37:55 -04:00
Michel Fortin
bb0cc19885 Fixed version 1.1.5 release date.
Merge branch 'master' into extra

Conflicts:

	PHP Markdown Extra Readme.text
	markdown.php
2007-08-31 12:58:53 -04:00
Michel Fortin
f9f857b4e2 Fixed release date. 2007-08-31 12:56:22 -04:00
Michel Fortin
f65c600fad Combined a regular expresion in formParagraphs. 2007-08-28 22:55:53 -04:00
Michel Fortin
019af71f38 Merge branch 'master' into extra 2007-08-28 22:53:18 -04:00
Michel Fortin
fb523bf028 Combined a few regular expressions. 2007-08-28 22:53:03 -04:00
Michel Fortin
11fd1381c2 Adapted PHP Markdown Extra to revised PHP Markdown architecture and other minor performance improvements. 2007-08-28 22:50:15 -04:00
Michel Fortin
42b4bfd385 Fixing a few merge problems. 2007-08-28 17:38:38 -04:00
Michel Fortin
b08020a293 Merge branch 'master' into extra 2007-08-28 17:36:04 -04:00
Michel Fortin
cf7a547af4 Clean up of function detab. 2007-08-28 17:35:46 -04:00
Michel Fortin
f3165ef78e Merged PHP Markdown speed improvements and other fixes with Extra.
Merge branch 'master' into extra

Conflicts:

	License.text
	PHP Markdown Readme.text
	markdown.php
2007-08-28 17:34:28 -04:00
Michel Fortin
e2b2ddc026 Fixed bug with backslash before code span, fixed a speed issue with "unhash", and various other speed improvements. 2007-08-28 17:18:14 -04:00
Michel Fortin
408d48af8c PHP Markdown Extra 1.1.4 2007-08-14 16:48:00 -04:00
Michel Fortin
df639872f5 PHP Markdown 1.0.1h 2007-08-14 16:46:47 -04:00
Michel Fortin
acd40aee13 PHP Markdown Extra 1.1.3 2007-08-14 16:44:20 -04:00
Michel Fortin
2008178bc0 PHP Markdown Extra 1.1.3b1 2007-08-14 16:43:52 -04:00
Michel Fortin
128de3aa97 PHP Markdown Extra 1.1.2 2007-08-14 16:43:12 -04:00