# growi-plugin-pukiwiki-like-linker
[GROWI][growi] Plugin to add PukiwikiLikeLinker
Overview
----------
Add the feature to use `[[alias>./relative/path]]` expression in markdown.
### Replacement examples
When you write at `/Level1/Level2` page:
```html
[[./Level3]]
./Level3
[[../AnotherLevel2]]
../AnotherLevel2
Level 3 page is [[here>./Level3]]
Level 3 page is here
[[example.com>https://example.com/]]
example.com
```