On Saturday, September 28, 2019 at 1:56:01 AM UTC-5, TonyM wrote:
>
> Perhaps my reasoning was wrong but my fix awas correct.
>
> This works as expected
>
> <style>
> .parra {display: block}
> </style>
>
> <p class="parra">test</p>
> test
> test
> <p class="parra">test</p>
>
>
So does this - try it on tiddlywiki.com

<style>
.parra {display: block}
</style>

<p class="parra">test</p>
test
test
<p class="parra">test</p>

<p class="Xparra">test</p>
test
test
<p class="parra">test</p>

<p>test</p>
test
test
<p>test</p>



 

-- 
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/b166456d-97fb-4071-9020-d84b5907f873%40googlegroups.com.

Reply via email to