X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FBBCode.md;h=b13d081195190cbb387e8c04c1f19ebd9318932b;hb=b9dba631aadf6c25a97b679808c684276b3dd76a;hp=b4b7faf64ed00f8b2846bf2af4186c221f6def44;hpb=86c4ac80c5dc0356f1e51ca40cdb558064467ac1;p=friendica.git diff --git a/doc/BBCode.md b/doc/BBCode.md index b4b7faf64e..b13d081195 100644 --- a/doc/BBCode.md +++ b/doc/BBCode.md @@ -65,13 +65,17 @@ table.bbcodes > * > tr > th { Friendica - [img]https://raw.githubusercontent.com/friendica/friendica/develop/images/friendica-32.jpg[/img] - Immagine/foto + [img]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img] + Immagine/foto - [img=64x32]https://raw.githubusercontent.com/friendica/friendica/develop/images/friendica-32.jpg[/img]
+ [img=https://raw.githubusercontent.com/friendica/friendica/master/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]

Note: provided height is simply discarded. - + [size=xx-small]small text[/size] @@ -165,7 +169,7 @@ line code - [code=php]function text_highlight($s,$lang)[/code] + [code=php]function text_highlight($s,$lang)[/code]1
  1.  function text_highlight($s,$lang)
@@ -208,6 +212,27 @@ code +1: Supported language parameter values for code highlighting: +- abap +- avrc +- cpp +- css +- diff +- dtd +- html +- java +- javascript +- js +- mysql +- perl +- php +- python +- ruby +- sh +- sql +- vbscript +- xml + ### Titles @@ -577,6 +602,9 @@ While taking pictures in the woods I had a really strange encounter... The [abstract] element is not working with connectors where we post HTML directly, like Tumblr, Wordpress or Pump.io. For the native connections--that is to e.g. Friendica, Hubzilla, Diaspora or GNU Social--the full posting is used and the contacts instance will display the posting as desired. +For postings that are delivered via ActivityPub, the text from the abstract is placed in the summary field. +On Mastodon this field is used for the content warning. + ## Special