Recent Changes - Search:

PmWiki

pmwiki.org

00962

Summary: Make >><< behave identically with other block formatting when style= is used
Created: 2007-08-06 16:59
Status: Open
Category: Bug
From: simon
Assigned:
Priority: 5
Version: 2.2.0beta
OS: n/a

Description: To assist users (principle of least surprise) blocks (of the type >><<=) formatted with wiki styles should have the same syntax as other blocks (simple tables, table directives, (:div:)s).

style - single quotes
||style='color:purple;
background-color:silver;' width=*
||PK ||LearnerID ||Compound key  ||
PKLearnerIDCompound key
style - single quotes
(:table style='color:purple;
background-color:silver;':)
(:cellnr:)PK 
(:cell:)LearnerID 
(:cell:)Compound key  
(:tableend:)
PK LearnerID Compound key
style - single quotes
(:div style='color:purple;
background-color:silver;':)
content
(:divend:)

content

The fix requested is to allow the following markup

style - single quotes
>> style='color:purple;
background-color:silver;' <<
content
>><<
%div style='color:purple; background-color:silver;' apply=div%

content

References

Edit - History - Print - Recent Changes - Search
Page last modified on August 31, 2008, at 04:18 PM