From 46b06f0620995ff5e75924acfdc514d74fe7ab51 Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Thu, 8 Apr 2021 22:22:34 -0700 Subject: [PATCH] minor formatting fix --- doc/site/blog/3-0.4.0-released.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/site/blog/3-0.4.0-released.markdown b/doc/site/blog/3-0.4.0-released.markdown index fa979f65..7aa76612 100644 --- a/doc/site/blog/3-0.4.0-released.markdown +++ b/doc/site/blog/3-0.4.0-released.markdown @@ -90,9 +90,9 @@ class Example {} They can be: -- a #key on it's own -- a #key = value -- a #group(with, multiple = true, keys = "value") +- a `#key` on it's own +- a `#key = value` +- a `#group(with, multiple = true, keys = "value")` **Example**