I tried to figure this out, but I can only seem to modify the stylesheet 
for all of TW. How would I do it for just the Markdown elements?

On Thursday, January 7, 2021 at 1:09:07 AM UTC-6 Brian Radspinner wrote:

> 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/7ff2ae04-bf0a-43ec-8bb7-abe9427876a3n%40googlegroups.com.

Reply via email to