X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FBBCode.md;h=dae630448f77dd6afd3e527ebfdcbb86952b8cd5;hb=6d0f6babe3387d16c768fa0f779ee65acde1b5d1;hp=08c43636f88ccd1ce66cc37f7ae8f94b26e8a83e;hpb=7fd2c0017127100914b36e6c8b0fed2d3dbcfa85;p=friendica.git diff --git a/doc/BBCode.md b/doc/BBCode.md index 08c43636f8..dae630448f 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/master/images/friendica-32.jpg[/img] - Immagine/foto + [img]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img] + Immagine/foto - [img=https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg]The Friendica Logo[/img] - The Friendica Logo + [img=https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg]The Friendica Logo[/img] + The Friendica Logo - [img=64x32]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]
+ [img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/friendica-32.jpg[/img]

Note: provided height is simply discarded. - + [size=xx-small]small text[/size] @@ -502,10 +502,6 @@ You can embed video, audio and more in a message. [embed]URL[/embed] Embed OEmbed rich content. - - [iframe]URL[/iframe] - General embed, iframe size is limited by the theme size for video players. - [url]*url*[/url] If *url* supports oembed or opengraph specifications the embedded object will be shown (eg, documents from scribd). @@ -649,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.