Monday, February 23, 2026

New Test for Buildin Image

Sources1.png
Sources1.png

Saturday, February 21, 2026

Test for code view in Postings


Introduction Code show with errors

Markdwon Tests: Code snippets should be shown character by character

Example: Unbreakable Space

Some lines with various code view tests

Example: Unbreakable Space

Here a line with second character group in Markdown Code Syntax aaaaaaaa bbbbbbbbbbbb ccccccccccc

Here a line with second character group in Markdown Code Syntax aaaaaaaa   ccccccccccc

And Multilinecode

       

All works fine

Now the same in BBC Code

Code due to this manual "Creating code"

Example:

<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo “Hello World!”
?>
</body>
</html> 

There are no mistakes:

Now an own example: Unbreakable Space between Characters

a&nbsp;b&nbsp;c&nbsp;

That's wrong Should be shown as string "a&​nbsp;b&​nbsp;c"

Also affects other encodings?

¡

&iexcl;
should have been shown as "&​iexcl;"
Encoding for other examples see here ¢ &cent;
&cent;

¥ &shy;
&shy;
® &reg;
&reg;
Δ &Delta;
&Delta;

All wrong Instead of code the encoded characters are shown Only works with Markdown, but not with BBC

Image Caption Facts FP 1.5.1


Introduction Image Title and Caption Facts

The "title" ...

... is not only "title", but also "Caption" with the same text. Here some info concerning Caption and Title! . . .

Blanks in Captions Stop Caption

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
Toilettenhäuschen

. . .

[img=https://i0.wp.com/rrbdpublic23.wordpress.com/wp-content/uploads/2024/09/240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1 width=300 title=Toilettenhäuschen am Ölper See Lizenz CC-BY-SA]

Blanks in Caption coded as "unbreakable"

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
Toilettenhäuschen am Ölper See, Lizenz CC-BY-SA

. . .

Unfortunately the code will be shown as Blank, not as it's code

[img=https://i0.wp.com/rrbdpublic23.wordpress.com/wp-content/uploads/2024/09/240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1 width=300  title=Toilettenhäuschen&nbsp;am&nbsp;Ölper&nbsp;See,&nbsp;Lizenz&nbsp;CC-BY-SA]

Blanks in Caption from LibreOffice as "unbreakable"

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
Toilettenhäuschen am Ölper See, Lizenz

. . .

[img=https://i0.wp.com/rrbdpublic23.wordpress.com/wp-content/uploads/2024/09/240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1 width=300  title=Toilettenhäuschen am Öpler See, Lizenz CC-BY-SA] 

In older versions

FP 1.3.1

  • "Title" indeed only created Title for the image, not a caption
  • Blank problem already did exist!
Tag(s): image, BBC-code, Blank

Monday, February 9, 2026

Theme “Mistylook”: Markdown Tables without separator lines


Introduction Flatpress QA

The Table:

1 2 3 4 5
a b c cc d
A mein_account@mail.xyz
a b c cc d
A dein_account@mail.xyz

So it looks in Preview

260209_901_TableLookInPreview.jpg

code

  
| 1   |  2  | 3  |  4  | 5   |
|-----|-----|-----|-----|-----|
|  a  | b   | c   |  cc  |  d  |
|  A  |  mein_account@mail.xyz  |    |    |    |
|  a  | b   | c   |  cc  |  d  |
|  A  |  dein_account@mail.xyz  |    |    |    |

And no compare to final look in flatmestylook

260209_902_TableLookInFinalPosting.jpg

Completely destroyed View!

Sunday, February 8, 2026

New Gallery Caption Encoding Test

Firsst I updated to current Master

With fixes for "&" Ampersand in caption texts will become encoded #802

  1. updated Gallery texts for images "1", "2". >> Looks fine, no new encodings observed