From 3c25256f105271c402eb56cd19b1e73fa8fd26fb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 28 May 2023 21:05:35 +0700 Subject: _doc: add HTML file to test previewing partial HTML content The HTML file can be viewed by running "make serve-doc" and opening http://127.0.0.1:8080/test.html . It provide a textarea where developer can input partial HTML and a button Preview to render the partial HTML on the right. --- _doc/test.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 _doc/test.html diff --git a/_doc/test.html b/_doc/test.html new file mode 100644 index 0000000..1ee01b0 --- /dev/null +++ b/_doc/test.html @@ -0,0 +1,57 @@ + + + HTML test + + + +
+
+
+ Input partial raw HTML and click + +
+ +
+
+
Output :
+
+
+
+ + + -- cgit v1.3