diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
| commit | c50a3197c34a7629516d347e77b1f78710aef5b2 (patch) | |
| tree | 96bf661f80e96ee77d338bfc5eec32d7f15bd2d3 /src/client/views/nodes/formattedText/nodes_rts.ts | |
| parent | d58958cbfe763cf5b56eda36c608cb6059445391 (diff) | |
| parent | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to 'src/client/views/nodes/formattedText/nodes_rts.ts')
| -rw-r--r-- | src/client/views/nodes/formattedText/nodes_rts.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/nodes_rts.ts b/src/client/views/nodes/formattedText/nodes_rts.ts index 33ef67ff5..1a292d9af 100644 --- a/src/client/views/nodes/formattedText/nodes_rts.ts +++ b/src/client/views/nodes/formattedText/nodes_rts.ts @@ -67,8 +67,8 @@ export const nodes: { [index: string]: NodeSpec } = { // nodes by default. Represented as a `<pre>` element with a // `<code>` element inside of it. code_block: { - content: "text*", - marks: "", + content: "inline*", + marks: "_", group: "block", code: true, defining: true, |
