From 21706af14bad8fb82e4afdbc13778c09992aa619 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 25 Oct 2023 14:08:09 -0400 Subject: [PATCH] fix formatting on fcosmeetinghtml function Prevents an extra ``` getting displayed in the rendering issue. --- static/meeting-template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/meeting-template.md b/static/meeting-template.md index f0fa549..a5ae771 100644 --- a/static/meeting-template.md +++ b/static/meeting-template.md @@ -133,7 +133,8 @@ At least 5 people must vote, or 51% of the WG membership, whichever is less. Vot sed -z 's|.*||' | \ sed "s|href='fedora|href='${baseurl}/fedora|" | \ sed "s|href=\"fedora|href=\"${baseurl}/fedora|" - }``` + } + ``` - [ ] In the terminal run `fcosmeetinghtml .html` - [ ] Copy and paste the output into the post body \ No newline at end of file