Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(markdown): render task list
  • Loading branch information
antonreshetov committed Jul 7, 2022
commit 14dadf069746b1ef1ebb9b87d549e4b0254780d8
5 changes: 4 additions & 1 deletion src/renderer/components/markdown/TheMarkdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ const getRenderer = () => {
'src',
'target',
'width',
'class'
'class',
'type',
'checked',
'disabled'
]
}
})
Expand Down