Commit graph

85 commits

Author SHA1 Message Date
Michel Fortin
0ea71037e3 Merge branch 'master' into extra 2008-06-06 07:47:21 -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
60b11fef73 Adopted the _re sufix convention for string variables ready to be embeded in regular expressions. 2008-06-06 07:38:32 -04:00
Michel Fortin
78e8c904fa Merge branch 'master' into extra
Conflicts:

	markdown.php
2008-06-06 07:29:08 -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
7d02282115 Fix for the document gamut being run inside fenced code blocks. 2008-06-05 23:12:06 -04:00
Michel Fortin
25941e626b Fix for unencoded " in footnote ids. 2008-06-05 23:07:43 -04:00
Michel Fortin
ff5ad6b9d6 Bug fix and various changes for abbreviations. 2008-06-05 22:37:42 -04:00
Michel Fortin
f1613e9718 Merge branch 'master' into extra 2008-06-05 22:19:33 -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
034800129e Updated Extra's version number to 1.2.1. 2008-05-26 22:58:17 -04:00
Michel Fortin
34f521d4aa Fixed problem with headers and horizontal rules within fenced code blocks. 2008-05-17 07:35:07 -04:00
Michel Fortin
ff6ace4c39 Renamed *flat* code blocks as *fenced* code blocks. 2008-05-11 07:15:28 -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
445f334ac9 Merge branch 'master' into extra; updated version numbers.
Conflicts:

	PHP Markdown Extra Readme.text
	markdown.php
2008-05-10 08:24:36 -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
6533be340c Merge branch 'master' into extra 2008-05-05 07:36:48 -04:00
Michel Fortin
5ee3747a3c Fixed small variable-naming error. 2008-05-05 07:17:35 -04:00
Michel Fortin
6415572946 Now emmiting <br>s for newlines starting a flat code block (to aleviate inconsistant browser behaviour). 2008-05-04 08:03:14 -04:00
Michel Fortin
82c323389c Fixed an issue with code blocks preceded by a blank line with whitespace on it. 2008-05-04 08:01:33 -04:00
Michel Fortin
834cd345a0 Added support for predefined abbreviations. 2008-05-04 07:59:55 -04:00
Michel Fortin
3035152603 Merge branch 'master' into extra 2008-04-20 23:30:50 -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
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
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
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