Skip to content

Commit ba540b7

Browse files
committed
fix(docs): remove duplicate tags in docs
Fixes #27.
1 parent f4e9631 commit ba540b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Optionally, a table of options can be returned as a second value which may conta
247247
| replace | boolean | `true` | If `true`, the current existing snippet will be replaced with the new one(s), otherwise it will be kept. |
248248
| format | string | source\_format | The format of the snippet which determines the parser to be used. Useful if you prefer a particular syntax over another. |
249249

250-
## Examples
250+
**Examples**
251251

252252
Modify a specific UltiSnips snippet (this effectively reverts [this](https://github.com/honza/vim-snippets/commit/2502f24) vim-snippets commit - see the related issue [#1396](https://github.com/honza/vim-snippets/issues/1396)):
253253
```lua
@@ -307,7 +307,7 @@ You can control the sorting behaviour by passing a `sort_snippets` function to t
307307
This function takes as parameters the two snippets to compare and must return a boolean.
308308
When `true` is returned, the first snippet will be placed before the second one, otherwise the second one comes before the first one.
309309

310-
## Examples
310+
**Examples**
311311

312312
The following example will sort the snippets by their trigger in ascending order:
313313
```lua

0 commit comments

Comments
 (0)