Skip to content

Commit 01248e2

Browse files
authored
Merge pull request #10 from Szwendacz99/images
fix backslash escaping in docs
2 parents e0c9364 + ca11cc2 commit 01248e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
" Warning: this is experimental, as API does not provide a way to "
124124
"know what images are actually on the page. Therefore for markdown data"
125125
" all ']({URL}' occurences will be replaced with local, relative "
126-
"path to images, and additionally any '/scaled-\d+-/' regex match"
126+
"path to images, and additionally any '/scaled-\\d+-/' regex match"
127127
" will be replaced with '/' so that scaled images are also displayed")
128128
parser.add_argument('--images-dir',
129129
type=str,

0 commit comments

Comments
 (0)