X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FBBCode.md;h=3fe5991308963a8003daa2e05a2ad9dda61c4ccc;hb=abf52c0c110b71505f9e86ae858a94120c9d74e9;hp=753bc69425bf669ee73b611604cd7cbb3ae60a25;hpb=cb88be3883cb55e3f78f6931251fb40fc53817dd;p=friendica.git diff --git a/doc/BBCode.md b/doc/BBCode.md index 753bc69425..3fe5991308 100644 --- a/doc/BBCode.md +++ b/doc/BBCode.md @@ -65,17 +65,17 @@ table.bbcodes > * > tr > th { Friendica - [img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img] - Immagine/foto + [img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.png[/img] + - [img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg]The Friendica Logo[/img] - The Friendica Logo + [img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.png]The Friendica Logo[/img] + The Friendica Logo - [img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]
+ [img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica.svg[/img]

Note: provided height is simply discarded. - + [size=xx-small]small text[/size] @@ -645,15 +645,15 @@ On Mastodon this field is used for the content warning. ;-) :-O - Custom inline styles
+ Custom block styles

[style=text-shadow: 0 0 4px #CC0000;]You can change all the CSS properties of this block.[/style] - You can change all the CSS properties of this block. +
You can change all the CSS properties of this block.
- Custom class block
+ Custom inline styles

-[class=custom]If the class exists, this block will have the custom class style applied.[/class] -
<span class="custom">If the class exists,
this block will have the custom class
style applied.</span>
+[style=text-shadow: 0 0 4px #CC0000;]You can change all the CSS properties of this block.[/style] + You can change all the CSS properties of this inline text.