diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2022-08-16 01:37:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 18:37:45 -0400 |
commit | 9f408ea9430b104eb6c14a84d7a1650bf115b6a0 (patch) | |
tree | 61a9473eb3e4cdd5ef6996fec01bd254c7f8127d /compiler | |
parent | c579243e0cdba83a07357637d4bcef8594263207 (diff) | |
download | Nim-9f408ea9430b104eb6c14a84d7a1650bf115b6a0.tar.gz |
Don't require blank line before Markdown code (#20215)
Fixes bug reported in https://github.com/nim-lang/Nim/pull/20189 affecting nimforum.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ic/rodfiles.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/ic/rodfiles.nim b/compiler/ic/rodfiles.nim index d811b9b99..496db0564 100644 --- a/compiler/ic/rodfiles.nim +++ b/compiler/ic/rodfiles.nim @@ -37,8 +37,7 @@ when defined(nimPreviewSlimSystem): ## ## Now read the bits below to understand what's missing. ## -## Issues with the Example -## ``````````````````````` +## ### Issues with the Example ## Missing Sections: ## This is a low level API, so headers and sections need to be stored and ## loaded by the user, see `storeHeader` & `loadHeader` and `storeSection` & |