Skip to content

Commit 6ba23b3

Browse files
committed
Rename to default
1 parent 87cff14 commit 6ba23b3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/directives/index.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ import { images } from "./images"
1414
import { tables } from "./tables"
1515
import { math } from "./math"
1616

17-
export const directives = { ...admonitions, ...images, ...code, ...tables, ...math }
17+
export const directivesDefault = {
18+
...admonitions,
19+
...images,
20+
...code,
21+
...tables,
22+
...math
23+
}

src/roles/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import { main } from "./main"
77
import { math } from "./math"
88
import { html } from "./html"
99

10-
export const roles = { ...main, ...html, ...math }
10+
export const rolesDefault = { ...main, ...html, ...math }

0 commit comments

Comments
 (0)