I'm trying to switch from the Anstosa Markdown plugin to the standard 
Markdown plugin.  One show-stopper is that the standard Markdown plugin is 
adding <p></p> tags inside list elements.  This separates the items in 
bullet lists with way too much space.

e.g. Markdown content of

* one
* two
* three

Generates HTML of:
--------
<ul>
  <li><p>one</p></li>
  <li><p>two</p></li>
  <li><p>three</p></li>
</ul>
-------

Is there a way to eliminate those specious <p>?
Alternatively, is there a clever way to use CSS to say that <p> elements 
within <li> add zero spacing to that provided by the <li>?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8096ba91-a4f0-423d-87f9-56e003a49f0e%40googlegroups.com.

Reply via email to