mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
RST: implement internal targets (#16614)
This commit is contained in:
@@ -206,7 +206,8 @@ $moduledesc
|
||||
$content
|
||||
"""
|
||||
|
||||
doc.listing_start = "<pre class=\"listing\">"
|
||||
# $1 - number of listing in document, $2 - language (e.g. langNim), $3 - anchor
|
||||
doc.listing_start = "<pre$3 class=\"listing\">"
|
||||
doc.listing_end = "</pre>"
|
||||
|
||||
# * $analytics: Google analytics location, includes <script> tags
|
||||
|
||||
Reference in New Issue
Block a user