]> git.mxchange.org Git - friendica.git/commitdiff
img tag documentation update
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 10 Feb 2019 07:40:47 +0000 (08:40 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 10 Feb 2019 07:40:47 +0000 (08:40 +0100)
doc/BBCode.md
doc/de/BBCode.md

index 946c61f247402448427399d479465cb66e00193d..a1c736cc00a16efeb4df17419a1ee1e5bb5ab852 100644 (file)
@@ -68,6 +68,10 @@ table.bbcodes > * > tr > th {
   <td>[img]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]</td>
   <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Immagine/foto"></td>
 </tr>
+<tr>
+  <td>[img=https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg]The Friendica Logo[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="The Friendica Logo"></td>
+</tr>
 <tr>
   <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]<br>
 <br>Note: provided height is simply discarded.</td>
index 81dfcddc1327f897831fd103b7a76b9d2b38ced7..fe51bec64276d4c2b567527ad3ad52f5ed5a1378 100644 (file)
@@ -68,6 +68,10 @@ table.bbcodes > * > tr > th {
   <td>[img]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]</td>
   <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Immagine/foto"></td>
 </tr>
+<tr>
+  <td>[img=https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg]Das Friendica Logo[/img]</td>
+  <td><img src="https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg" alt="Das Friendica Logo"></td>
+</tr>
 <tr>
   <td>[img=64x32]https://raw.githubusercontent.com/friendica/friendica/master/images/friendica-32.jpg[/img]<br>
 <br>Note: provided height is simply discarded.</td>