We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b73c45 commit 5ffa302Copy full SHA for 5ffa302
src/htmlparser.nim
@@ -7,6 +7,8 @@
7
# distribution, for details about the copyright.
8
#
9
10
+## .. note:: In order to use this module, run `nimble install htmlparser`.
11
+##
12
## **NOTE**: The behaviour might change in future versions as it is not
13
## clear what "*wild* HTML the real world uses" really implies.
14
##
@@ -2073,4 +2075,4 @@ when not defined(testing) and isMainModule:
2073
2075
f.write($x)
2074
2076
f.close()
2077
else:
- quit("cannot write test.txt")
2078
+ quit("cannot write test.txt")
0 commit comments