hexo-filter-uri

A relative uri filter for hexo

Usage no npm install needed!

<script type="module">
  import hexoFilterUri from 'https://cdn.skypack.dev/hexo-filter-uri';
</script>

README

hexo-filter-uri

Covert local relative uri to absolute url.

![test image](../assets/p3.jpg) -> ![test image](/assets/p3.jpg)

![test image](../../assets/p3.jpg) -> ![test image](/assets/p3.jpg)

Installation

$ npm install hexo-filter-uri --save