I want to add some links in a row, i do it like this:
link1 | link2 | link 3
but when such a line breaks, the "|" looks not nice.
I try link1 link2 link 3
but now the distance is too short
I think about a flex-container and divs
but who wants to type so much
finally i want to have a new bbcode like this:
items]list with \n[/items
example
items]
item 1
item2
item3
[/items
should result ins omsething like
div class=flex-container
div item1 /div
...
/div
Do we have something like this?
link1 | link2 | link 3
but when such a line breaks, the "|" looks not nice.
I try link1 link2 link 3
but now the distance is too short
I think about a flex-container and divs
but who wants to type so much
finally i want to have a new bbcode like this:
items]list with \n[/items
example
items]
item 1
item2
item3
[/items
should result ins omsething like
div class=flex-container
div item1 /div
...
/div
Do we have something like this?