search for: formparagraph

Displaying 2 results from an estimated 2 matches for "formparagraph".

2007 Jul 20
1
Markdown-Discuss Digest, Vol 48, Issue 13
It was a very useful feature for e-mail parsing and I miss it. I use PHP Markdown extra to send multipart alternative e-mail, and the short syntax [link] instead of [link][] is very clean and lean. Do you plan to implement it anymore? Or is there a tweak to get the present PHP Markdown Extra to parse [links] as [links][]? BTW I did not find mention of this in
2006 Dec 02
0
PHP Markdown 1.0.1d
...for [this][] because it's still labeled as experimental and because it's nowhere to be found in the documentation yet. The `markdown="1"` hack added to 1.0.2b7 has been disabled too. If you want these features reenabled, just uncomment the relevant lines of `doAnchor` and `formParagraph`. <http://www.michelf.com/projects/php-markdown/> Additional changes since 1.0.2b7: * Fixed a bug where inline images always had an empty title attribute. The title attribute is now present only when explicitly defined. * Link references definitions can now have an empty title...