diff options
author | bob <bcz@cs.brown.edu> | 2019-08-23 12:42:40 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-23 12:42:40 -0400 |
commit | a050cf846fe0d78a922268d33a9024e95a7a5a09 (patch) | |
tree | 653702aa998e22c089b23ca980e97e41bae9d0aa /src/client/util/RichTextSchema.tsx | |
parent | f4afa471e03618169137a6533db8623aae93d6c5 (diff) | |
parent | 6ebd808c96dbdf5c457a5f9a1eda9be02f661597 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 6d2abfaa2..9fdda4845 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -105,7 +105,6 @@ export const nodes: { [index: string]: NodeSpec } = { // } // }] }, - // :: NodeSpec An inline image (`<img>`) node. Supports `src`, // `alt`, and `href` attributes. The latter two default to the empty // string. @@ -197,7 +196,6 @@ export const nodes: { [index: string]: NodeSpec } = { ...listItem, content: 'paragraph block*' }, - }; const emDOM: DOMOutputSpecArray = ["em", 0]; |