table of contents extending paragraph
This commit is contained in:
@ -4,15 +4,11 @@ import { Formatter } from "../../export/formatter";
|
||||
import { TableOfContents } from "./";
|
||||
|
||||
const DEFAULT_TOC = {
|
||||
"w:std": {
|
||||
"w:sdtPr": {},
|
||||
"w:sdtEndPr": {},
|
||||
"w:sdtContent": {
|
||||
"w:p": {
|
||||
"w:pPr": {},
|
||||
},
|
||||
"w:p": [
|
||||
{
|
||||
"w:pPr": [],
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
describe("Table of Contents", () => {
|
||||
|
Reference in New Issue
Block a user