aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-23 16:40:52 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-23 16:40:52 -0400
commite138dc74aaff258e9598d65244c85f1ab0c5fb17 (patch)
tree264b78adae65cc7d06f3a15027b3f7e4007634d9 /src/client/util/RichTextSchema.tsx
parented7f9a9cd3255f7b774268cfda35685ddacfe2e9 (diff)
parentbdb132d92eafc43f04bf6f002b8082d233ccafc3 (diff)
pulled from master
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];