-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add PC editor and WYSIWYG (#11)
* feat: add PC editor and WYSIWYG * fixes * fixes2 * fix css mobile tablet * misc css fixes * preview * test
- Loading branch information
1 parent
a2f1413
commit 97beb5d
Showing
41 changed files
with
368,338 additions
and
2,075 deletions.
There are no files selected for viewing
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,4 @@ | ||
{ | ||
"extends": ["@diplodoc/eslint-config", "@diplodoc/eslint-config/prettier"], | ||
"root": true | ||
} |
This file was deleted.
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 @@ | ||
module.exports = require('@diplodoc/prettier-config'); |
Oops, something went wrong.