amend to match latest api changes
This commit is contained in:
parent
9b4f5710e6
commit
bb1ac09ad7
|
@ -1,6 +1,7 @@
|
|||
const rule = {
|
||||
tag: 'details',
|
||||
before: function(state, attrs) {
|
||||
before: function(state, tagInfo) {
|
||||
const attrs = tagInfo.attrs;
|
||||
state.push('bbcode_open', 'details', 1);
|
||||
state.push('bbcode_open', 'summary', 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue