Tuesday, March 3, 2026

Markdown tests

Heading handling

Heading 1

.

Heading 2

.

Heading 3

.

Heading 4


No wee the same Headings, but created with Underline instead of "#":

Heading 11

.
Heading 12

.
Heading 13

.
Heading 14

Monday, February 23, 2026

New Test for Buildin Image

Sources1.png
Sources1.png

Sunday, February 22, 2026

nnnnew

251214_901_BadTableOverlap.webp

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg


240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg
Klohäuschen


240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg
Klohäuschen

new caption test

In 1.3.1. Blank in "Title"

In 1.5.1 there were Title and Caption, both cut after first blank in Title Text

Set's see what happens here.

Title and may be Caption should be "title text"

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
title

Result: Only Title, no Caption. And Title Text cut at blank

Now with encoded Blank

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
title text

Result:Now Title Text no longercut at blank
.

Now with Unbreakable Blank from LibreOfice Text

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
Title Text


















Now with Unbreakable + nO sPACE bLANK

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
This ​is ​a ​gmgappwomgpwo ​ewiujfw ​mppwfmfwp ​oemrpwmr ​PEOMMFPMF​



Now with Unbreakable + nO sPACE bLANK encoded

240928_5091c_oelpersee-grillplatz-klohaeuschen_rtr_oelpersee.jpg?w=1680&h=&ssl=1
This ​is ​a ​gmgappwomgpwo ​ewiujfw ​mppwfmfwp ​oemrpwmr ​PEOMMFPMF​

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