Hello,
I am trying to make list tiddlers.
My tiddler is like this:
# [[textlink]] by [[textlink]]<div>
text</div>
#* [[textlink]] by [[textlink]]<div>
text</div>
# [[textlink]] by [[textlink]]<div>
text<br>
text</div>
I already have the tiddler tagged with a tag list which does this:
[data-tags*="list"] li {
margin-bottom: 1em;
}
The first item and subitem do not have the 1em space between them.
or
doesn't work either. Can someone point me to the correct syntax to use.
I hope this is the right place for this.
Thank you.