Skip to content

Commit

Permalink
fix MD040/fenced-code-language Fenced code blocks should have a langu…
Browse files Browse the repository at this point in the history
…age specified
  • Loading branch information
linuxmaniac committed Feb 29, 2024
1 parent 65a149d commit f9c677d
Show file tree
Hide file tree
Showing 7 changed files with 1,047 additions and 1,047 deletions.
12 changes: 6 additions & 6 deletions docs/cookbooks/5.6.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ modules.

Prototypes:

```
``` c
modparam("modname", "paramname", intval)
modparam("modname", "paramname", "strval")
```
Expand All @@ -1944,11 +1944,11 @@ module.
Example:
```
modparam("usrloc", "db_mode", 2)
modparam("usrloc", "nat_bflag", 6)
modparam("auth_db|msilo|usrloc", "db_url",
"mysql://kamailio:kamailiorw@localhost/kamailio")
``` c
modparam("usrloc", "db_mode", 2)
modparam("usrloc", "nat_bflag", 6)
modparam("auth_db|msilo|usrloc", "db_url",
"mysql://kamailio:kamailiorw@localhost/kamailio")
```

See the documenation of the respective module to find out the available
Expand Down
Loading

0 comments on commit f9c677d

Please sign in to comment.