From 28e0b45f3632b17512b5fc5cdc1a0dd78da08a46 Mon Sep 17 00:00:00 2001 From: Tom Blauwendraat Date: Sat, 26 Jun 2021 09:33:33 +0200 Subject: [PATCH] [MIG] migration to 13.0 --- web_widget_text_markdown/README.rst | 15 +- web_widget_text_markdown/__manifest__.py | 3 +- web_widget_text_markdown/i18n/ar.po | 52 - web_widget_text_markdown/i18n/de.po | 51 - web_widget_text_markdown/i18n/es.po | 51 - web_widget_text_markdown/i18n/fi.po | 51 - web_widget_text_markdown/i18n/fr.po | 51 - web_widget_text_markdown/i18n/pt_BR.po | 51 - web_widget_text_markdown/i18n/sl.po | 52 - web_widget_text_markdown/i18n/tr.po | 51 - .../i18n/web_widget_text_markdown.pot | 43 - .../readme/CONTRIBUTORS.rst | 2 + .../static/description/index.html | 11 +- .../src/css/web_widget_text_markdown.css | 7 + .../static/src/js/web_widget_text_markdown.js | 176 +- .../src/less/web_widget_text_markdown.less | 22 - .../static/src/lib/bootstrap-markdown.js | 1151 ++-- .../static/src/lib/dropzone.js | 3530 ----------- .../static/src/lib/showdown-footnotes.js | 37 + .../static/src/lib/showdown-table.js | 112 + .../static/src/lib/showdown-toc.js | 156 + .../static/src/lib/showdown.js | 5460 +++++++++++++++++ web_widget_text_markdown/views/assets.xml | 4 - 23 files changed, 6354 insertions(+), 4785 deletions(-) delete mode 100644 web_widget_text_markdown/i18n/ar.po delete mode 100644 web_widget_text_markdown/i18n/de.po delete mode 100644 web_widget_text_markdown/i18n/es.po delete mode 100644 web_widget_text_markdown/i18n/fi.po delete mode 100644 web_widget_text_markdown/i18n/fr.po delete mode 100644 web_widget_text_markdown/i18n/pt_BR.po delete mode 100644 web_widget_text_markdown/i18n/sl.po delete mode 100644 web_widget_text_markdown/i18n/tr.po delete mode 100644 web_widget_text_markdown/i18n/web_widget_text_markdown.pot create mode 100644 web_widget_text_markdown/static/src/css/web_widget_text_markdown.css delete mode 100644 web_widget_text_markdown/static/src/less/web_widget_text_markdown.less delete mode 100644 web_widget_text_markdown/static/src/lib/dropzone.js create mode 100644 web_widget_text_markdown/static/src/lib/showdown-footnotes.js create mode 100644 web_widget_text_markdown/static/src/lib/showdown-table.js create mode 100644 web_widget_text_markdown/static/src/lib/showdown-toc.js create mode 100644 web_widget_text_markdown/static/src/lib/showdown.js diff --git a/web_widget_text_markdown/README.rst b/web_widget_text_markdown/README.rst index 5b71ca24f..6d6b877c9 100644 --- a/web_widget_text_markdown/README.rst +++ b/web_widget_text_markdown/README.rst @@ -14,13 +14,13 @@ Web Widget Text Markdown :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/11.0/web_widget_text_markdown + :target: https://github.com/OCA/web/tree/13.0/web_widget_text_markdown :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_widget_text_markdown + :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_text_markdown :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/11.0 + :target: https://runbot.odoo-community.org/runbot/162/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -60,7 +60,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -73,6 +73,7 @@ Authors * Alexandre Díaz * Komit * Sudokeys +* Sunflower IT Contributors ~~~~~~~~~~~~ @@ -80,6 +81,10 @@ Contributors * Nicolas Jeudy * Nguyen Tan Phuc * Alexandre Díaz +* Tom Blauwendraat +* Kevin Kamau + + Other credits ~~~~~~~~~~~~~ @@ -99,6 +104,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_widget_text_markdown/__manifest__.py b/web_widget_text_markdown/__manifest__.py index 2294145dc..44357a33b 100644 --- a/web_widget_text_markdown/__manifest__.py +++ b/web_widget_text_markdown/__manifest__.py @@ -4,10 +4,11 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Web Widget Text Markdown", - "version": "11.0.1.0.0", + "version": "13.0.1.0.0", "author": "Alexandre Díaz, " "Komit, " "Sudokeys, " + "Sunflower IT, " "Odoo Community Association (OCA)", "category": "Web", "license": "AGPL-3", diff --git a/web_widget_text_markdown/i18n/ar.po b/web_widget_text_markdown/i18n/ar.po deleted file mode 100644 index e70ecf7a0..000000000 --- a/web_widget_text_markdown/i18n/ar.po +++ /dev/null @@ -1,52 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# SaFi J. , 2015 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-16 07:41+0000\n" -"PO-Revision-Date: 2015-12-16 17:24+0000\n" -"Last-Translator: SaFi J. \n" -"Language-Team: Arabic (http://www.transifex.com/oca/OCA-web-8-0/language/" -"ar/)\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "مارك داون" diff --git a/web_widget_text_markdown/i18n/de.po b/web_widget_text_markdown/i18n/de.po deleted file mode 100644 index e64f4c579..000000000 --- a/web_widget_text_markdown/i18n/de.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Rudolf Schnapka , 2016 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-18 20:15+0000\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: German (http://www.transifex.com/oca/OCA-web-8-0/language/" -"de/)\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "Abschlag" diff --git a/web_widget_text_markdown/i18n/es.po b/web_widget_text_markdown/i18n/es.po deleted file mode 100644 index bf688f4ff..000000000 --- a/web_widget_text_markdown/i18n/es.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Pedro M. Baeza , 2015 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-07 11:29+0000\n" -"Last-Translator: Pedro M. Baeza \n" -"Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/" -"es/)\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "MarkDown" diff --git a/web_widget_text_markdown/i18n/fi.po b/web_widget_text_markdown/i18n/fi.po deleted file mode 100644 index 5281f6b24..000000000 --- a/web_widget_text_markdown/i18n/fi.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Jarmo Kortetjärvi , 2016 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-02-01 09:42+0000\n" -"Last-Translator: Jarmo Kortetjärvi \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-web-8-0/language/" -"fi/)\n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "Markdown" diff --git a/web_widget_text_markdown/i18n/fr.po b/web_widget_text_markdown/i18n/fr.po deleted file mode 100644 index 164ee5a88..000000000 --- a/web_widget_text_markdown/i18n/fr.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Christophe CHAUVET , 2016 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-06 15:50+0000\n" -"PO-Revision-Date: 2016-05-06 08:22+0000\n" -"Last-Translator: Christophe CHAUVET \n" -"Language-Team: French (http://www.transifex.com/oca/OCA-web-8-0/language/" -"fr/)\n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "MarkDown" diff --git a/web_widget_text_markdown/i18n/pt_BR.po b/web_widget_text_markdown/i18n/pt_BR.po deleted file mode 100644 index 6529541d8..000000000 --- a/web_widget_text_markdown/i18n/pt_BR.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# danimaribeiro , 2016 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-11 02:18+0000\n" -"PO-Revision-Date: 2016-03-05 16:20+0000\n" -"Last-Translator: danimaribeiro \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-web-8-0/" -"language/pt_BR/)\n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "MarkDown" diff --git a/web_widget_text_markdown/i18n/sl.po b/web_widget_text_markdown/i18n/sl.po deleted file mode 100644 index b41fb9821..000000000 --- a/web_widget_text_markdown/i18n/sl.po +++ /dev/null @@ -1,52 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Matjaž Mozetič , 2015 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2015-11-08 05:48+0000\n" -"Last-Translator: Matjaž Mozetič \n" -"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/" -"sl/)\n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "MarkDown" diff --git a/web_widget_text_markdown/i18n/tr.po b/web_widget_text_markdown/i18n/tr.po deleted file mode 100644 index e995f526d..000000000 --- a/web_widget_text_markdown/i18n/tr.po +++ /dev/null @@ -1,51 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -# Translators: -# Ahmet Altınışık , 2016 -msgid "" -msgstr "" -"Project-Id-Version: web (8.0)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-10 07:31+0000\n" -"PO-Revision-Date: 2016-01-31 11:44+0000\n" -"Last-Translator: Ahmet Altınışık \n" -"Language-Team: Turkish (http://www.transifex.com/oca/OCA-web-8-0/language/" -"tr/)\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - -#~ msgid "MarkDown" -#~ msgstr "MarkDown" diff --git a/web_widget_text_markdown/i18n/web_widget_text_markdown.pot b/web_widget_text_markdown/i18n/web_widget_text_markdown.pot deleted file mode 100644 index a40fd667b..000000000 --- a/web_widget_text_markdown/i18n/web_widget_text_markdown.pot +++ /dev/null @@ -1,43 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * web_widget_text_markdown -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:132 -#, python-format -msgid "Can't create the attachment." -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:131 -#, python-format -msgid "Error" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:92 -#, python-format -msgid "Translate" -msgstr "" - -#. module: web_widget_text_markdown -#. openerp-web -#: code:addons/web_widget_text_markdown/static/src/js/web_widget_text_markdown.js:125 -#, python-format -msgid "description" -msgstr "" - diff --git a/web_widget_text_markdown/readme/CONTRIBUTORS.rst b/web_widget_text_markdown/readme/CONTRIBUTORS.rst index 580b9eb10..4ecc0d51e 100644 --- a/web_widget_text_markdown/readme/CONTRIBUTORS.rst +++ b/web_widget_text_markdown/readme/CONTRIBUTORS.rst @@ -1,3 +1,5 @@ * Nicolas Jeudy * Nguyen Tan Phuc * Alexandre Díaz +* Tom Blauwendraat +* Kevin Kamau diff --git a/web_widget_text_markdown/static/description/index.html b/web_widget_text_markdown/static/description/index.html index 53da2b6d6..a68bd2316 100644 --- a/web_widget_text_markdown/static/description/index.html +++ b/web_widget_text_markdown/static/description/index.html @@ -3,7 +3,7 @@ - + Web Widget Text Markdown