On Saturday, December 14, 2019 at 3:11:46 AM UTC-8, Mat wrote:

> I hope to make a github request about this but want to properly understand 
> what is possible to do about it before requesting anything - so please come 
> with input:
> WikiText tables and bullet lists play central roles in TW but we don't 
> have a good way to insert *line breaks* inside bullet/cell content. We 
> must reside to a less pretty <br> which is not even wikitext and - more 
> problematically - one still has to *continue* the line afterward making 
> for a hard to read text in edit mode.
>

see https://tiddlywiki.com/#Lists%20in%20WikiText

Scroll down to see the last bit, "Paragraphs in Lists", which suggests 
either (A) using transclusion or (B) wrapping the extra lines within a 
<div>...</div>

(A) requires the content to be put into a separate tiddler, and
(B) uses newlines, but creates paragraph breaks in the output

However... there is another method, not mentioned in the documentation:

Try this:
# item one
# first line@@white-space:pre;
second line
third line
@@
# item three
# item four
# item five

yes... it's still a little bit awkward... but it doesn't rely on using <br> 
or transclusions, and doesn't produce unwanted paragraph breaks either.

enjoy,
-e
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev/fd601f73-db5e-4789-81cc-85feb6644858%40googlegroups.com.

Reply via email to