On Thursday, August 3, 2017 at 7:06:25 PM UTC-7, JWHoneycutt wrote:
>
> I copied your text into the middle of a tiddler with lots of text
> article {
>     white-space: pre-wrap;
>
> The stuff I want to preserve linebreaks on is here
>
> }
> and I moved the last curly bracket to the end of the text I would like to 
> handle differently
>

That's not how it works.

1) put the CSS into a stylesheet tiddler, e.g., [[MyStyles]], tagged with 
$:/tags/Stylesheet, containing
article { white-space: pre-wrap; }

2) In your content tiddler, wrap your text with:
<article>
  text goes here
</article>

note: "article" is a new HTML entity... thus, it is NOT a TW widget, and 
does not use the "$" prefix

let me know how it goes...

enjoy
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas" (tm)
InsideTiddlyWiki: The Missing Manuals


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5212f0e9-d546-479b-bfb3-b9c96d9e2285%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to