A Sublime Text plugin can display images inline to improve your documentation

Sometimes ASCII art is not enough.

Sometimes an image says more than a thousand words.

This Sublime Text plugin can display images inline to improve your documentation.

Example

Usage

Use the ![alt text](uri) markdown syntax inside a single-line comment.

E. g. in Python you would use

def hello():
   # ![](say_hello.png)
   print('Hello')

Local images are loaded by default, remote images (https://…) aren’t.

You can configure an image’s dimensions by adding HTML properties after the image markup: ![alt text](uri){width="200", height="200"}. Everything between the {} will be copied to the element that renders the image.

Installation

I hope that it will be

 

 

 

To finish reading, please visit source site