mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-23 03:29:41 +00:00
docs: make inline markup more compatible with Markdown (#18053)
fixes https://github.com/timotheecour/Nim/issues/739
This commit is contained in:
committed by
ringabout
parent
b2d26fa9ca
commit
f3c0728405
@@ -152,7 +152,7 @@
|
||||
## Instead, a `seq[string]` is returned for each row.
|
||||
##
|
||||
## The reasoning is as follows:
|
||||
## 1. it's close to what many DBs offer natively (char**)
|
||||
## 1. it's close to what many DBs offer natively (`char**`:c:)
|
||||
## 2. it hides the number of types that the DB supports
|
||||
## (int? int64? decimal up to 10 places? geo coords?)
|
||||
## 3. it's convenient when all you do is to forward the data to somewhere else (echo, log, put the data into a new query)
|
||||
|
||||
Reference in New Issue
Block a user