Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-05-04 13:39:07

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

[textile] IDs for LIs

Up to now i’ve been using html to add ids to lis.
Is there a way to do it with textile?

what i’m looking for is a way to deal with footnotes

<ol>
<li id=f1><sup><a href="t1">foo</a></sup></li>
<li id=f2><sup><a href="t2">foo</a></sup></li>
</ol>

if I use textiled ids…

#(#f1) foo
#(#f2) foo

I get

<ol id="f1">
<li>foo</li>
</ol>
<ol id="f2">
<li>foo</li>
</ol>

Which is not desirable (or right)
If there is a way to textile all the text it would be great, if not, no worries:)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#2 2007-05-04 14:15:56

Bastian
Plugin Author
From: Wuppertal, Germany
Registered: 2005-02-02
Posts: 376
Website

Re: [textile] IDs for LIs

Which is not desirable (or right)

“Attributes applied to the first list item will apply to the list itself.”

Textile Reference

AFAIK there is no way to add IDs to listpoints with textile.

Offline

#3 2007-05-04 14:38:23

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: [textile] IDs for LIs

Hi Bastian.
I knew that was the case re “Attributes applied to the first list item will apply to the list itself.” I just thought/hoped that there was something that i was missing.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB