Skip to content

Commit 3032bb5

Browse files
committed
add Note type to trace viewer
1 parent 4de52d4 commit 3032bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/trace-viewer/convert-pandoc-json.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const convert = (data) => {
118118
"Strikeout",
119119
"Quoted",
120120
"SingleQuote",
121+
"Note",
121122
].includes(data.t)
122123
) {
123124
return {

0 commit comments

Comments
 (0)