forked from codex-team/editor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54ca718
commit 94e2595
Showing
4 changed files
with
499 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
/*! | ||
* CodeX.Tooltips | ||
* | ||
* @version 1.0.5 | ||
* | ||
* @licence MIT | ||
* @author CodeX <https://codex.so> | ||
* | ||
* | ||
*/ | ||
|
||
/*! | ||
* Codex JavaScript Notification module | ||
* https://github.com/codex-team/js-notifier | ||
*/ | ||
|
||
/*! | ||
* Editor.js | ||
* | ||
* @version 2.26.5-smb.1 | ||
* | ||
* @licence Apache-2.0 | ||
* @author CodeX <https://codex.so> | ||
* | ||
* @uses html-janitor | ||
* @licence Apache-2.0 (https://github.com/guardian/html-janitor/blob/master/LICENSE) | ||
*/ | ||
|
||
/*! | ||
* Library for handling keyboard shortcuts | ||
* @copyright CodeX (https://codex.so) | ||
* @license MIT | ||
* @author CodeX (https://codex.so) | ||
* @version 1.2.0 | ||
*/ | ||
|
||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ | ||
|
||
/** | ||
* Editor.js | ||
* | ||
* Short Description (눈_눈;) | ||
* | ||
* @version 2.18.0 | ||
* @license Apache-2.0 | ||
* @author CodeX-Team <https://ifmo.su> | ||
*/ | ||
|
||
/** | ||
* Base Paragraph Block for the Editor.js. | ||
* Represents simple paragraph | ||
* | ||
* @author CodeX ([email protected]) | ||
* @copyright CodeX 2018 | ||
* @license The MIT License (MIT) | ||
*/ |
Oops, something went wrong.