- Summary
- Add support for PmWiki’s >>block<< markup
- Type
- Addition
- Raised by
- John Rankin
- Date opened
- Tuesday, 2 August 2005
- Description
- The addition of block style markup to PmWiki creates a new and currently unsupported requirement. We are likely to encounter the same background colour issues as with in-line styles — see issue 00018.
- Importance
- 4
- Proposed solution
- Requires a new dtd element (working title is <group>) and associated processing. The contents wrapped inside the <group> … </group> tags translates into a LATEX minipage. In complex cases, we might investigate the option of turning a block into an eps image and embedding it. This is deprecated.
- We will add a style attribute to the <group> tag and process the xml based on recognised style values.
- Urgency
- 4
- Status
- Closed
- Resolution
- <group> tag is used to wrap blocks; the class attribute from the PmWiki.Wiki Styles markup, if it exists, is passed as an attribute to the <group> tag. Currently the only class which actually does anything is “frame”, which draws a frame around the group. More classes can be added to the LATEX if desired.
- Date closed
- Thursday, 15 September 2005
« 00022 · Edit Form · 00024 »