Skip to content

Commit 4125be2

Browse files
authored
fix destination rendering in github markdown renderer
Just make the problematic text a literal string so it won't get rendered incorrectly
1 parent ae995cc commit 4125be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ description: Your description goes here
254254
list of destination addresses, option only implemented for user defined services.
255255
Takes 0-2 addresses, allowing for one IPv4 address and one IPv6 address or address range.
256256
257-
IPv4 format: x.x.x.x[/mask]
258-
IPv6 format: x:x:x:x:x:x:x:x[/mask] (x::x works when abbreviating one or more subsequent IPv6 segments where x = 0)
257+
* IPv4 format: `x.x.x.x[/mask]`
258+
* IPv6 format: `x:x:x:x:x:x:x:x[/mask]` (`x::x` works when abbreviating one or more subsequent IPv6 segments where x = 0)
259259

260260
```yaml
261261
destination:

0 commit comments

Comments
 (0)