bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Add support for styles #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example the XHTMLParser should understand:

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

See
http://groups.google.com/group/wikimodel-users/browse_thread/thread/57dfa59ee40d
6e65

Original issue reported on code.google.com by vmas...@gmail.com on 26 Aug 2008 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by vmas...@gmail.com on 27 Aug 2008 at 2:15

GoogleCodeExporter commented 8 years ago
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) 

Original comment by vmas...@gmail.com on 28 Sep 2008 at 11:38

GoogleCodeExporter commented 8 years ago
Done

Original comment by vmas...@gmail.com on 24 Oct 2008 at 7:38