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.
2 parents e0c9364 + ca11cc2 commit 01248e2Copy full SHA for 01248e2
exporter.py
@@ -123,7 +123,7 @@
123
" Warning: this is experimental, as API does not provide a way to "
124
"know what images are actually on the page. Therefore for markdown data"
125
" all ']({URL}' occurences will be replaced with local, relative "
126
- "path to images, and additionally any '/scaled-\d+-/' regex match"
+ "path to images, and additionally any '/scaled-\\d+-/' regex match"
127
" will be replaced with '/' so that scaled images are also displayed")
128
parser.add_argument('--images-dir',
129
type=str,
0 commit comments