add line highlighting #20
This commit is contained in:
parent
62bb791808
commit
5a2a7cc35a
4 changed files with 26 additions and 26 deletions
|
@ -96,7 +96,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||
|
||||
#### Code block with Golang
|
||||
|
||||
```go
|
||||
```go {hl_lines=[3]}
|
||||
type Registry interface {
|
||||
Register(*Service, ...RegisterOption) error
|
||||
Deregister(*Service, ...DeregisterOption) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue