Lol, silly me, that was literally the next paragraph.:D I forgot about that.
w

On Sunday, April 30, 2017 at 8:31:44 PM UTC+2, Eric Shulman wrote:
>
> 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/06ad7b1c-ee34-4c41-a54a-f46b267dcd41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to