On Sunday, April 30, 2017 at 10:28:09 AM UTC-7, whatever wrote:
>
> Hi!
> The issues is with line breaks. This is from the HTMLFormattingPluginInfo:
> <http://www.TiddlyTools.com/#HTMLFormattingPlugin>
>
> "Even though you can use HTML tags within your tiddler content, *the
> default treatment for line breaks still follows the Wiki-style rule (i.e.,
> all new lines are displayed as-is)*. When adding HTML content to a
> tiddler (especially if you cut-and-paste it from another web page), *you
> should take care to avoid adding extra line breaks to the text*."
>
> Just remove the line breaks between the HTML tags and it will be fine.
>
Rather than removing the line breaks (which makes the code less readable),
you can simply embed PSEUDO-HTML "<hide linebreaks>" within the HTML block,
as per documentation:
If removing all the extra line breaks from your HTML content would be a big
> hassle, you can *quickly override the default Wiki-style line break rule *so
> that the line breaks use the standard HTML rules, by *placing <hide
> linebreaks> anywhere within the HTML content*. This automatically
> converts all line breaks to spaces before rendering the content, so that
> the literal line breaks will be processed as simple word-breaks instead.
Thus:
<HTML>
>>
> *<hide linebreaks> *
>>
> <table>
>> <tr>
>> <th>Month</th>
>> <th>Savings</th>
>> </tr>
>> <tr>
>> <td>January</td>
>> <td>$100</td>
>> </tr>
>> </table>
>> </HTML>
>>
>
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/76350542-1cc6-4c68-b741-47e432b71226%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.