Skip to content

Commit

Permalink
Improve BBCode documentation/comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypolite Petovan committed Feb 5, 2018
1 parent d75bb8e commit 157027a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion doc/BBCode.md
Expand Up @@ -165,7 +165,7 @@ line
code</code></td>
</tr>
<tr>
<td>[code=php]function text_highlight($s,$lang)[/code]</td>
<td>[code=php]function text_highlight($s,$lang)[/code]<sup><a href="#supported-code">1</a></sup></td>
<td><code><div class="hl-main"><ol class="hl-main"><li><span class="hl-code">&nbsp;</span><span class="hl-reserved">function</span><span class="hl-code"> </span><span class="hl-identifier">text_highlight</span><span class="hl-brackets">(</span><span class="hl-var">$s</span><span class="hl-code">,</span><span class="hl-var">$lang</span><span class="hl-brackets">)</span></li></ol></div></code></td>
</tr>
<tr>
Expand Down Expand Up @@ -208,6 +208,27 @@ code</code></td>
</tr>
</table>

<a name="supported-code">1</a>: 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

<table class="bbcodes">
Expand Down
2 changes: 1 addition & 1 deletion src/Content/Text/BBCode.php
Expand Up @@ -1075,7 +1075,7 @@ private static function convertShare($share, $simplehtml)
}

// We only call this so that a previously unknown contact can be added.
// This is important for the function "get_contact_details_by_url".
// This is important for the function "Model\Contact::getDetailsByURL()".
// This function then can fetch an entry from the contact table.
Contact::getIdForURL($profile, 0);

Expand Down

0 comments on commit 157027a

Please sign in to comment.