Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Espanso Html and Markdown examples, including the injection of images:
- - trigger: image2
- html: |
- some text
- <img src="file:///path/to/image.png">
- some more text
- - trigger: :image1
- markdown: |
- some text
- ![](file:///path/to/image.png)
- some more text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement