We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1af99 commit e27481eCopy full SHA for e27481e
src/functions/markdown_plugins/ModelLink.js
@@ -68,7 +68,7 @@ function model_link (state) {
68
const item_t = state.push('text', '', 0)
69
item_t.content = ', ' + String( item_link.groups.model_type ) + ' '
70
71
- const item_c = state.push('item_open', 'span', -1)
+ const item_c = state.push('item_close', 'span', -1)
72
73
74
const anchor_c = state.push('a_close', 'a', -1)
0 commit comments