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 5757 table insertion. ([ GH-369 ] [ ] )
5858 - Add ` markdown-kill-outline ` and ` markdown-kill-block `
5959 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 ] [ ] )
6162
6263* Improvements:
6364
176177 [ gh-340 ] : https://github.com/jrblevin/markdown-mode/issues/340
177178 [ gh-350 ] : https://github.com/jrblevin/markdown-mode/pull/350
178179 [ gh-369 ] : https://github.com/jrblevin/markdown-mode/pull/369
180+ [ gh-378 ] : https://github.com/jrblevin/markdown-mode/pull/378
179181
180182# Markdown Mode 2.3
181183
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>.
226226 added to the end of the reference definition and will be used
227227 to populate the title attribute when converted to HTML.
228228
229- Local images associated with image links may be displayed
229+ Images associated with image links may be displayed
230230 inline in the buffer by pressing <kbd >C-c C-x C-i</kbd >
231231 (` 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.
237241
238242 * Text Styles: <kbd >C-c C-s</kbd >
239243
You can’t perform that action at this time.
0 commit comments