Taming PHP-Markdown in DWMX

Michel Fortin michel.fortin at michelf.com
Sun Apr 11 14:38:57 EDT 2004


Le 8 avr. 2004, à 13:23, Gee a écrit :

> A tip for the small subset of users who are playing with PHP-Markdown 
> in
> Dreamweaver MX 2004 for Windows:
>
> If you are getting some unexpected behavior w/r/t tag highlighting when
> working with the PHP-Markdown code -- and/or even more bizarre 
> behavior in
> the design view of a page including said code -- I believe it is 
> because
> DWMX04 is interpreting a few '?>' combinations scattered in the code as
> actual processing block close tags instead characters that are part of
> regex search strings.

If this causes problem to many people I may decide to solve it by 
replacing any occurrence of `?>` within quotes by '?'.'>' so that 
Dreamweaver (and maybe others) do the highlighting correctly. Let me 
know.


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


More information about the Markdown-discuss mailing list