You can try adjusting the top & bottom margins of the P element inside each
of the Markdown-produced OL > LI items. Make a new tiddler and tag it with
*$:/tags/Stylesheet*. In the tiddler body add some CSS for adjusting those
paragraph margins, like this...
*ol > li > p { margin: 0.25em auto; }*
This will have equal top & bottom margins, adjust the first margin value to
adjust the spacing.
If you want to adjust them each independently, try this instead...
*ol > li > p { margin: 0.25em auto 0.25em; }*
Adjust the first value for the top margin, third value for the bottom
margin.
On Wednesday, January 6, 2021 at 8:10:01 PM UTC-7 bluespire wrote:
> The spacing between bullets is different between the normal TW5 renderer
> and the Markdown renderer (Mardown's seems to be double-spaced (2
> newlines). How can I change that spacing?
>
>
--
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/44e20a98-0a8f-43a5-881e-27256d56a36dn%40googlegroups.com.