cosmocode / dokuwiki-plugin-tabbox

Create tabbed boxes in DokuWiki
5 stars 2 forks source link

headlines are not respected #4

Open CvH opened 7 years ago

CvH commented 7 years ago

I tried to add some headlines to the tabs but it ignores the headline completely.

<tabbox 111>
====== some headline ======
some text
====== some headline 2 ======
some text 2
<tabbox 222>
test 123
</tabbox>

I don't know if this is intention to ignore them or not.

bgenere commented 5 years ago

Still an issue, I have made a comment in the discussion page of the plug-in.

racquetmaster commented 5 years ago

We are also having the same issue.

mghinch commented 4 years ago

+1 on this request. Without allowing headlines, use of this feature (which I was REALLY hoping to use) is a non starter :(

vic-t commented 3 years ago

This feature is not as important for me but I can confirm that per today, it's still not possible to create headlines within a tabbox. Which is a bit strange seeing as most other markdown seems to be respected.

Elanndelh commented 2 years ago

Hello, I had the same need and I solved it by using Wrap plugin inside of Tabbox.

<tabbox Tab 1>
<WRAP justify>
===== Title =====
blabla
==== Sub-title ====
...
</WRAP>
</tabbox>