Add Syntax Highlight for Document Generator (#519)

Add PHP, Lua language tag to Code area
This commit is contained in:
Sean 2018-10-21 18:12:26 +08:00 committed by Daniil Gentili
parent 2786aa7bfa
commit 4c1096a49a
2 changed files with 9 additions and 10 deletions

View File

@ -202,7 +202,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
if (!isset($this->settings['td'])) {
$example = '### Example:
```
```php
$'.$constructor.$layer.' = '.$params.';
```
@ -213,10 +213,9 @@ $'.$constructor.$layer.' = '.$params.';
```
Or, if you\'re into Lua:
Or, if you\'re into Lua:
```
```lua
'.$constructor.$layer.'='.$lua_params.'
```
@ -242,7 +241,7 @@ Set parse_mode to Markdown to enable markown AND html parsing of the message.
The following tags are currently supported:
```
```html
<br>a newline
<b><i>bold works ok, internal tags are stripped</i> </b>
<strong>bold</strong>
@ -258,7 +257,7 @@ The following tags are currently supported:
You can also use normal markdown, note that to create mentions you must use the `mention:` syntax like in html:
```
```markdown
[Mention by username](mention:@danogentili)
[Mention by user id](mention:186785362)
```

View File

@ -211,7 +211,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
$example .= str_replace('[]', '', '### MadelineProto Example:
```
```php
if (!file_exists(\'madeline.php\')) {
copy(\'https://phar.madelineproto.xyz/madeline.php\', \'madeline.php\');
}
@ -247,7 +247,7 @@ Parameters:
Or, if you\'re into Lua:
```
```lua
'.$type.' = '.$data['method'].'({'.$lua_params.'})
```
@ -280,7 +280,7 @@ Set parse_mode to Markdown to enable markown AND html parsing of the message.
The following tags are currently supported:
```
```html
<br>a newline
<b><i>bold works ok, internal tags are stripped</i> </b>
<strong>bold</strong>
@ -296,7 +296,7 @@ The following tags are currently supported:
You can also use normal markdown, note that to create mentions you must use the `mention:` syntax like in html:
```
```markdown
[Mention by username](mention:@danogentili)
[Mention by user id](mention:186785362)
```