File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 57
57
table insertion. ([ GH-369 ] [ ] )
58
58
- Add ` markdown-kill-outline ` and ` markdown-kill-block `
59
59
functions.
60
- - Added options for viewing remote images. ([ GH-378 ] [ ] )
60
+ - Added ` markdown-display-remote-images ` for viewing remote
61
+ images. Thanks to Sean Allread for the patch. ([ GH-378 ] [ ] )
61
62
62
63
* Improvements:
63
64
176
177
[ gh-340 ] : https://github.com/jrblevin/markdown-mode/issues/340
177
178
[ gh-350 ] : https://github.com/jrblevin/markdown-mode/pull/350
178
179
[ gh-369 ] : https://github.com/jrblevin/markdown-mode/pull/369
180
+ [ gh-378 ] : https://github.com/jrblevin/markdown-mode/pull/378
179
181
180
182
# Markdown Mode 2.3
181
183
Original file line number Diff line number Diff line change @@ -226,14 +226,18 @@ can obtain a list of all keybindings by pressing <kbd>C-c C-h</kbd>.
226
226
added to the end of the reference definition and will be used
227
227
to populate the title attribute when converted to HTML.
228
228
229
- Local images associated with image links may be displayed
229
+ Images associated with image links may be displayed
230
230
inline in the buffer by pressing <kbd >C-c C-x C-i</kbd >
231
231
(` markdown-toggle-inline-images ` ). This is a toggle command, so
232
- pressing this once again will remove inline images. Large
233
- images may be scaled down to fit in the buffer using
234
- ` markdown-max-image-size ` , a cons cell of the form
235
- ` (max-width . max-height) ` . Resizing requires Emacs to be
236
- built with ImageMagick support.
232
+ pressing this once again will remove inline images.
233
+ By default, only local images are displayed. However, remote
234
+ images will also be downloaded and displayed if
235
+ ` markdown-display-remote-images ` is non-nil.
236
+
237
+ Large images may be scaled down to fit in the buffer using
238
+ ` markdown-max-image-size ` , a cons cell of the form `(max-width
239
+ . max-height)`. Resizing requires Emacs to be built with
240
+ ImageMagick support.
237
241
238
242
* Text Styles: <kbd >C-c C-s</kbd >
239
243
You can’t perform that action at this time.
0 commit comments