mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-16 14:52:13 -04:00
fdc79d0cbf23256c8158af76bce0844db64d04e1
Previously, the regex was catching uploads as well as tables. This change ensures only strict tables are matched by requiring that matches start with the pipe character. Also adds a unit test for `findTableRegex` to describe the expected behaviour of the helper.
Discourse Table Builder
A theme component that allows for easiy building and editing of markdown tables in Discourse.
Languages
Ruby
61%
JavaScript
39%
