Commit graph

56 commits

Author SHA1 Message Date
Michel Fortin
cffcfe4e93 Added another missing changelog entry for URLs containing spaces. 2009-01-01 09:43:37 -05:00
Michel Fortin
76d4ba85c6 Added missing changelog entry. 2009-01-01 09:36:59 -05:00
Michel Fortin
4bd7facc2b Fix for adjacent list of different kind. 2009-01-01 09:32:02 -05:00
Michel Fortin
bf6366481e Now accepting spaces inside angle-bracked-delimited URLs in inline and reference links. 2008-12-31 21:51:41 -05:00
Michel Fortin
9b21cc6adf Now accepting all valid email addresses in automatic links. 2008-12-31 21:51:10 -05:00
Michel Fortin
e5a7c782a8 Fixed a few typos. 2008-11-09 08:47:42 -05:00
Michel Fortin
a9bdbe6cea Fixed a bug introduced while moving code to prepareItalicsAndBold. 2008-06-21 07:58:10 -04:00
Michel Fortin
9c0365feab Updated version number to 1.0.1m. 2008-06-21 07:41:47 -04:00
Michel Fortin
bb3ebbba45 Increased performance of em and strong by preparing regular expressions in advance. 2008-06-21 07:21:11 -04:00
Michel Fortin
1cd4dccefd Fixed small error in emphasis parser. 2008-06-07 10:11:16 -04:00
Michel Fortin
f6a8c76f17 Rewrote the emphasis and strong emphasis parser. 2008-06-07 09:23:36 -04:00
Michel Fortin
4ba5b3209e Lists can now have empty items. 2008-06-06 22:59:40 -04:00
Michel Fortin
a98a3aa137 Made encodeAmpsAndAngles not try anymore to see if < is part of tags or not.
(This is no longer needed since all tags are "hashed".)
2008-06-06 07:47:04 -04:00
Michel Fortin
947cb24f69 Adopted the _re sufix convention for string variables ready to be embeded in regular expressions. 2008-06-06 07:26:31 -04:00
Michel Fortin
19d69e9018 Removed double attribute encoding for by-reference URLs and titles. 2008-06-05 22:18:57 -04:00
Michel Fortin
ef6e25229d Added preg_quote in handling of code span tokens in handleSpanToken to satisfy the security paranoid. 2008-06-05 22:08:11 -04:00
Michel Fortin
1e69a09585 Clarified documentation comment for encodeAttribute. 2008-06-05 22:06:54 -04:00
Michel Fortin
49883b131c Now cleaning up input of any \x1A character to avoid potential issues with "hashed" values. 2008-06-05 09:41:29 -04:00
Michel Fortin
8199d0c515 Updated copyright year in license file. 2008-05-11 07:19:26 -04:00
Michel Fortin
af8daf1db6 Updated version number for the WordPress plugin description; I forgot in the last commit. 2008-05-10 08:26:33 -04:00
Michel Fortin
af5af620d0 Updated version numbers and copyright year. 2008-05-10 07:48:40 -04:00
Michel Fortin
d8a71b1149 Fixed some out-of-date comment. 2008-05-10 07:47:59 -04:00
Michel Fortin
65737a4454 Fixed a typo. 2008-05-05 07:55:10 -04:00
Michel Fortin
315d1f9806 Added more precision to the predefined URLs and titles feature. 2008-05-05 07:52:16 -04:00
Michel Fortin
452117f493 Updated version history. 2008-05-05 07:36:37 -04:00
Michel Fortin
5ee3747a3c Fixed small variable-naming error. 2008-05-05 07:17:35 -04:00
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
8e861d340b Added setup and teardown methods for easy overriding. 2008-04-20 23:17:52 -04:00
Michel Fortin
83c4ffe285 Added version history for changes since 1.0.1k. 2008-04-20 22:39:48 -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
79677f652b Fixed code block as first element of a list item. 2008-03-11 04:42:50 -04: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
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
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
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
f9f857b4e2 Fixed release date. 2007-08-31 12:56:22 -04:00
Michel Fortin
fb523bf028 Combined a few regular expressions. 2007-08-28 22:53:03 -04:00
Michel Fortin
cf7a547af4 Clean up of function detab. 2007-08-28 17:35:46 -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
df639872f5 PHP Markdown 1.0.1h 2007-08-14 16:46:47 -04:00
Michel Fortin
89dafd4a13 PHP Markdown 1.0.1g 2007-08-14 16:41:04 -04:00