nomadjimbob / mikioplugin

Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your DokuWiki pages.
http://dokuwiki.org/plugin:mikioplugin
GNU General Public License v2.0
12 stars 1 forks source link

plugin breaks struct table display #3

Closed stevesong closed 3 years ago

stevesong commented 4 years ago

The plugin appears to disable the interpretation of a struct table display command of the form:

---- struct global ----
schema: myschema
----

I thought the problem was with your theme but have isolated it to the plugin

nomadjimbob commented 4 years ago

Thanks for testing that out. Commenting out lines 18-21 in syntax/hr.php seems to fix the issue.

I will remove the quad dash to the horizontal line element (it can be created with <hr> anyway) in the initial release in the next few days. There are also some cosmetic table styling issues on the schema admin pages that need to be fixed before that release.

nomadjimbob commented 3 years ago

HR conflict is fixed in current release