Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -8,7 +8,7 @@ tags:
|
|||
|
||||
## How to
|
||||
|
||||
{{< highlight nginx >}}
|
||||
```nginx
|
||||
ldap_server ldap {
|
||||
auth_ldap_cache_enabled on;
|
||||
auth_ldap_cache_expiration_time 10000;
|
||||
|
@ -23,4 +23,4 @@ ldap_server ldap {
|
|||
require valid_user;
|
||||
#require group "cn=admins,ou=groups,dc=adyxax,dc=org";
|
||||
}
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue