cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Bootstrap labels duplicate after previewing in edittable mode #217

Closed qin-yu closed 1 year ago

qin-yu commented 2 years ago

Description

Bootstrap labels duplicate after previewing in edittable mode

Steps to reproduce

  1. edit a table using EditTable plugin
  2. add a <label type="primary">123</label> in a cell
  3. it becomes <label type="primary">123123</label> after clicking preview!

Versions

qin-yu commented 1 year ago

As @micgro42 suggested in #121 and #135, this is not a problem of edittable. The related issue in Bootstrap Wrapper is here. Also, see the discussion on Dokuwiki User Forum - Edittable duplicates text inside Bootstrap Badges.