diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-05 01:38:03 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-05 01:38:03 +0200 |
| commit | 3770175783d53f9008d81dca8b19741b218d925f (patch) | |
| tree | b56482908485599d23afde3de3a91340eb96fb0a /src/clarktown/parsers/inline_code.clj | |
| parent | a17bb85a5a7170efc92f110d11cff1cef43e92b2 (diff) | |
bump
Diffstat (limited to 'src/clarktown/parsers/inline_code.clj')
| -rw-r--r-- | src/clarktown/parsers/inline_code.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clarktown/parsers/inline_code.clj b/src/clarktown/parsers/inline_code.clj index c75adf4..1de73bf 100644 --- a/src/clarktown/parsers/inline_code.clj +++ b/src/clarktown/parsers/inline_code.clj @@ -4,7 +4,7 @@ (defn render - "Renders all occuring inline code." + "Renders all occurring inline code." [block _] (loop [block block matches (-> (re-seq #"\`.*?\`" block) |
