Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimgierko committed Jan 9, 2024
1 parent 13b9bc6 commit 7e098a0
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 30 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/markdown-text-editor/static/css/main.8e3c996c.css",
"main.js": "/markdown-text-editor/static/js/main.a86bed52.js",
"main.css": "/markdown-text-editor/static/css/main.65826c4a.css",
"main.js": "/markdown-text-editor/static/js/main.36bf0da8.js",
"index.html": "/markdown-text-editor/index.html",
"main.8e3c996c.css.map": "/markdown-text-editor/static/css/main.8e3c996c.css.map",
"main.a86bed52.js.map": "/markdown-text-editor/static/js/main.a86bed52.js.map"
"main.65826c4a.css.map": "/markdown-text-editor/static/css/main.65826c4a.css.map",
"main.36bf0da8.js.map": "/markdown-text-editor/static/js/main.36bf0da8.js.map"
},
"entrypoints": [
"static/css/main.8e3c996c.css",
"static/js/main.a86bed52.js"
"static/css/main.65826c4a.css",
"static/js/main.36bf0da8.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en" data-bs-theme="dark"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="author" content="Vadim Gierko"/><meta name="description" content="Battle-tested Online split-screen Markdown/ HTML Editor with a Live Preview written in React. Write & renderer Markdown, HTML, inline CSS styles, highlighted code & embeds!"/><title>Markdown/HTML Editor</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"><script defer="defer" src="/markdown-text-editor/static/js/main.a86bed52.js"></script><link href="/markdown-text-editor/static/css/main.8e3c996c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en" data-bs-theme="dark"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="author" content="Vadim Gierko"/><meta name="description" content="Battle-tested Online split-screen Markdown/ HTML Editor with a Live Preview written in React. Write & renderer Markdown, HTML, inline CSS styles, highlighted code & embeds!"/><title>Markdown/HTML Editor</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"/><script defer="defer" src="/markdown-text-editor/static/js/main.36bf0da8.js"></script><link href="/markdown-text-editor/static/css/main.65826c4a.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
4 changes: 2 additions & 2 deletions static/css/main.8e3c996c.css → static/css/main.65826c4a.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.65826c4a.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/css/main.8e3c996c.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.36bf0da8.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */

/**
Expand Down Expand Up @@ -79,12 +72,3 @@
*
* @license MIT
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.36bf0da8.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.a86bed52.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.a86bed52.js.map

This file was deleted.

0 comments on commit 7e098a0

Please sign in to comment.