diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-18 14:28:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-18 14:28:43 +0900 |
| commit | e66d7babc5ae477d7a60628e5599f9c390426c81 (patch) | |
| tree | 84733fc7b2a158e6d5786ccd72a58e40c301f140 /src/text/parse/elements/link.ts | |
| parent | wip (diff) | |
| download | sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.tar.gz sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.tar.bz2 sharkey-e66d7babc5ae477d7a60628e5599f9c390426c81.zip | |
yatta
Diffstat (limited to 'src/text/parse/elements/link.ts')
| -rw-r--r-- | src/text/parse/elements/link.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/parse/elements/link.ts b/src/text/parse/elements/link.ts index 7e0d6f5cf8..b353aebc5c 100644 --- a/src/text/parse/elements/link.ts +++ b/src/text/parse/elements/link.ts @@ -3,7 +3,7 @@ */ export type TextElementLink = { - type: "link" + type: 'link' content: string title: string url: string |