diff options
| author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-08-23 11:28:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-23 11:28:19 -0400 |
| commit | 6ebd808c96dbdf5c457a5f9a1eda9be02f661597 (patch) | |
| tree | 3f96d0726f89d2af062fa1f95496dccde138b7b4 /src/client/util | |
| parent | ac23ac310985ac9042694473df3defb2adbd09f2 (diff) | |
| parent | e680f97f9d50ce5759d4533bae38af341956ddce (diff) | |
Merge pull request #260 from browngraphicslab/monika_updates
Monika updates
Diffstat (limited to 'src/client/util')
| -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]; |
