Export to GitHub

wikimodel - issue #43

Add support for styles


Posted on Aug 26, 2008 by Happy Panda

For example the XHTMLParser should understand:

<span style="font-weight: bold;">foo</span>

See http://groups.google.com/group/wikimodel-users/browse_thread/thread/57dfa59ee40d6e65

Comment #1

Posted on Aug 27, 2008 by Happy Panda

(No comment was entered for this change.)

Comment #2

Posted on Sep 28, 2008 by Happy Panda

This requires the ability to set any arbitrary style for words, special symbol, etc

Something like:

This is (% style="..." %)styled.

In term of events we would need to modify the begin/endFormat signature to begin/endFormat(WikiFormat format, WikiParameters parameters)

Comment #3

Posted on Oct 24, 2008 by Happy Panda

Done

Status: Fixed

Labels:
Type-Defect Priority-Critical