Hi Nico,
I am using your MarkupShortcodes for a new website I'm creating. It's a music theory and guitar lesson website - and I'm trying to implement a musical code language VexTab.
[vextab width=800]
tabstave notation=yes
[/vextab]
translates into
<div class="vex-tabdiv" width=800>
tabstave notation=yes
</div>
and there is more functionality, I will not bore you with this.
My problem: when I use an hashtag (#) in this code, MarkupShortcodes won't recognize the [vextab]#[/vextab] as a shortcode. Same appears to be happening with &. I tried to translate the # into the html equivalent - but this doesn't help because this contains an hashtag as wel...
With my limited knowledge of PHP I tried to work it out myself but I haven't figured it out yet. Do you have an idea how to make your shortcode script compatible with some other symbols including #?
Thanks in advance!
Jesse