Getting around div tags
Andy Fragen
lists at thefragens.com
Fri Mar 19 13:41:06 EST 2004
*This message was transferred with a trial version of CommuniGate(tm) Pro*
I just joined the list and I've already encountered this problem.
Textile seems to work around the problem in the following manner.
If there is an empty line surrounding the markup, eg a list inside a div
then the textile markup occurs.
<div>
* item1
* item 2
* item 3
</div>
The above would cause texile to markup a list. The following would not.
<div>
* item1
* item2
* item3
</div>
Is this a potential solution?
--
Andy Fragen
More information about the Markdown-discuss
mailing list