Initial commit as of 2018-10-16
This commit is contained in:
7
assets/js/formats/underline.js
Normal file
7
assets/js/formats/underline.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Inline from '../blots/inline';
|
||||
|
||||
class Underline extends Inline { }
|
||||
Underline.blotName = 'underline';
|
||||
Underline.tagName = 'U';
|
||||
|
||||
export default Underline;
|
Reference in New Issue
Block a user