From 5f0d5bbe7f501c8de1671322e1072408ecc68ba2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 24 Oct 2022 09:11:43 +0200 Subject: [PATCH] docs: render markdown in notes (#5673) --- docs/src/content/howto-transparent.md | 2 +- docs/src/layouts/shortcodes/note.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/howto-transparent.md b/docs/src/content/howto-transparent.md index 71ebd2934..56e94b9d3 100644 --- a/docs/src/content/howto-transparent.md +++ b/docs/src/content/howto-transparent.md @@ -288,7 +288,7 @@ sudo -u nobody mitmproxy --mode transparent --showhost {{% note %}} This feature is currently unavailable in mitmproxy 7 and above -(#4914). +([#4914](https://github.com/mitmproxy/mitmproxy/discussions/4914)). {{% /note %}} By default mitmproxy will use its own local IP address for its server-side diff --git a/docs/src/layouts/shortcodes/note.html b/docs/src/layouts/shortcodes/note.html index f3db72c4b..b7c345112 100644 --- a/docs/src/layouts/shortcodes/note.html +++ b/docs/src/layouts/shortcodes/note.html @@ -1 +1 @@ -
{{.Inner}}
+
{{.Inner | markdownify }}