mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
docs: render markdown in notes (#5673)
This commit is contained in:
parent
839115df8e
commit
5f0d5bbe7f
2 changed files with 2 additions and 2 deletions
|
|
@ -288,7 +288,7 @@ sudo -u nobody mitmproxy --mode transparent --showhost
|
|||
|
||||
{{% note %}}
|
||||
This feature is currently unavailable in mitmproxy 7 and above
|
||||
(<a href="https://github.com/mitmproxy/mitmproxy/discussions/4914">#4914</a>).
|
||||
([#4914](https://github.com/mitmproxy/mitmproxy/discussions/4914)).
|
||||
{{% /note %}}
|
||||
|
||||
By default mitmproxy will use its own local IP address for its server-side
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<div class="notification is-info">{{.Inner}}</div>
|
||||
<div class="notification is-info">{{.Inner | markdownify }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue