Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drochgenius committed Apr 21, 2020
1 parent 1a27c61 commit fad4376
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 299 deletions.
26 changes: 0 additions & 26 deletions dist/components/custom-mark/custom-mark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/custom-mark/custom-mark.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 4 additions & 15 deletions dist/components/editor/CustomMarkView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/editor/CustomMarkView.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 0 additions & 72 deletions dist/components/editor/marks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/editor/marks.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
<p>
some text here

<my-custom-mark reflected-attribute="default">custom mark</my-custom-mark>
<my-custom-mark reflected-attribute="default">first custom mark</my-custom-mark>
<!-- uncomment line below to see the issue -->
<my-custom-mark reflected-attribute="default">custom mark</my-custom-mark>
<i>some italic text</i>

with some more text in between
<my-custom-mark reflected-attribute="default">second custom mark</my-custom-mark>
and also <i>some italic text</i>
</p>
</prosemirror-editor>
</body>
Expand Down
Loading

0 comments on commit fad4376

Please sign in to comment.