Is this possible to do?

michel.fortin at michelf.com michel.fortin at michelf.com
Sat Jan 20 07:41:29 EST 2007


Le 2007-01-19 à 17:22, Milian Wolff a écrit :


> The other possibility would be to use html in your text:

>

> <p class="image">![A complex object](images/CloneAdvancedObject.png)</p>


That won't work. Markdown is not processed inside HTML blocks, not unless you
add the markdown="1" attribute (requires PHP Markdown Extra or the latest
Markdown.pl 1.0.2 betas). But doing it entirely in HTML like this will work:

<p class="image"><img alt="A complex object"
src="images/CloneAdvancedObject.png"></p>


Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the Markdown-Discuss mailing list