From e2f184d567c79f8bf34fdafbb5d79722a5d9d98c Mon Sep 17 00:00:00 2001
From: mtsgi
Date: Sat, 20 Jun 2020 01:29:34 +0900
Subject: [PATCH] Add a way to initialize by specifying an element
---
README.md | 28 ++++++++++++++------
docs/sample.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
package.json | 2 +-
wd.js | 23 +++++++++++++++++
4 files changed, 110 insertions(+), 9 deletions(-)
create mode 100644 docs/sample.html
create mode 100644 wd.js
diff --git a/README.md b/README.md
index 44f4a64..106fa8f 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,7 @@ Writing html will be more fun!
@@ -55,3 +48,22 @@ Writing html will be more fun!
+ Outside
+
+
+ Inside
+
+
+
```
-```
- |||||
- ;;;;;
- ;;;;;
- ..;;;;;..
- ':::::'
- ':'
-```
+↓
```html
```
+
+## Usage
+
+There are two ways to initialize Writedown.
+
+```html
+
+```
+
+or
+
+```html
+
+```
diff --git a/docs/sample.html b/docs/sample.html
new file mode 100644
index 0000000..056b365
--- /dev/null
+++ b/docs/sample.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
Writedown
+
+
+
+
+
+