mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
424 stars 129 forks source link

added functionality that allows new line variable #102

Open LiorAvrahami opened 2 years ago

LiorAvrahami commented 2 years ago

as stated in issue #58, if new-line support would be added to this extention, it would allow increadibly better and more suffisticated suffixes and prefixes in pastes. please add this in, for it would easily extend the usecase of this great extention a lot more.

for example: I allways want my images to be inside centered tables, with a place for an image description, like so

|  |
|:---:|
|![lsome_image.png]|
|- image description -|
which looks something like this:
![lsome_image.png]
- image description -

and of course an other example is the one stated in #58