Thanks for adding these. You inspired me to make a few additional changes, including the <html> and <markup> sections. Decided not to do the <rule> markup as it is a bit more advanced...
I'm not sure we want to put every markup there. There are some that are fairly complex. Or fall into different categories, likes functions, commands, and conditionals, which each deserve their own page... As for escape character, you can use the backtick, which will escape the next character only, like `[form] As for strikeout--it's not in the core, but you can use the regular html (and this is true for most html commands). <strike>strikeout</strike> The html commands BoltWire recognizes can be reset in $BOLTattrs['html']. The default values is: $BOLTattrs['html'] = 'i,b,u,s,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,sub,sup,big,small,strike,strong,em,comment,br,nobr,wbr,fieldset,legend'; Only simple html opening and closing tags. No parameters allow via this mechanism. Though some other html is recognized through other markups, including <div> <p> <span> <a>... Cheers, Dan On Wed, Sep 2, 2009 at 7:26 PM, Kevin<[email protected]> wrote: > > For what it is worth, I have been adding formatting types thare are > already active in BoltWire that were not listed to the > > http://www.boltwire.com/index.php?p=docs.handbook.markups > > page. > > Added: > <code></code> > /= Unprocessed Text =/ > > So far. Don't recall if <box></box> was there when I started though. > I think I added that too. > > Is there a real Escape character available now? Also what about > Strikeout. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
