aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-08-23 11:28:19 -0400
committerGitHub <noreply@github.com>2019-08-23 11:28:19 -0400
commit6ebd808c96dbdf5c457a5f9a1eda9be02f661597 (patch)
tree3f96d0726f89d2af062fa1f95496dccde138b7b4 /src/client/util/RichTextSchema.tsx
parentac23ac310985ac9042694473df3defb2adbd09f2 (diff)
parente680f97f9d50ce5759d4533bae38af341956ddce (diff)
Merge pull request #260 from browngraphicslab/monika_updates
Monika updates
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r--src/client/util/RichTextSchema.tsx2
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];