mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

Feature Request: Jekyll kramdown images support #19

Closed andrzejQ closed 1 year ago

andrzejQ commented 5 years ago

Probably it is quite simple to add correction for Jekyll kramdown syntax, for example

kramdown in _posts folder:
![x.png]({{ site.baseurl }}/assets/img/x.png "x.png"){:width="20px"}
Markdown Panel:
![x.png](../assets/img/x.png "x.png"){width="20px"}

see: https://andrzejq.github.io/jekyll_1/jekyll/tests/2018/11/06/Test-MD.html and src

I've made some changes for test: https://github.com/andrzejQ/NppMarkdownPanel/tree/RegExp