Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[textile] bug with ":" (create sometime cite attribut)
Hello Textile users,
With textile it’s possible to add a cite attribut to a blockquote :
bq.:http://textpattern.com/ Code is potery.
become
<blockquote cite="http://textpattern.com/">
<p>Code is potery.</p>
</blockquote>
If I test with <cite>
tag :
??:http://textpattern.com/ Code is potery.??
become
<p><citecite="http://textpattern.com">/ Code is potery.</cite></p>
And I can reproduce this bug with em
Please, add a visual feedback to link _:active_ and _:hover_ events
become
<p>Please, add a visual feedback to link <emcite="active">_ and _:hover</em> events</p>
It’s strange, right ?
Offline
#2 2013-10-30 00:47:46
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [textile] bug with ":" (create sometime cite attribut)
@sacripant…
Citations on spans should now be fixed.
— Steve
Offline
Re: [textile] bug with ":" (create sometime cite attribut)
Cool, thanks Netcarver.
Sorry if I’ ve not yet become accustomed to post issues on Github.
Offline