From 67931d2ddd9bd17e190a1c57eb0f6f0daf573743 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 18 Nov 2017 20:48:07 +0900 Subject: [PATCH] Add supported properties section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cd0fac5..24fb5e9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ liche file.md liche file1.md file2.md ``` +## Supported properties + +- HTML tags: `a`, `img` +- HTML attributes: `href`, `src` +- Schemes: `http`, `https` + ## License [MIT](LICENSE)