ea063efe1f
This implements the markup `[role red Some red text]`. Although I'm not sure I like it that much. It would be pretty easy to use a template for the same effect. This is just the quickbook part of supporting coloured text, to complete the ticket there needs to be css support for html pages and xsl support for pdfs. [SVN r75255]
10 lines
446 B
XML
10 lines
446 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<article id="quickbook_role_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Quickbook Role Test</title>
|
|
<para>
|
|
<phrase role="keyword">Keyword</phrase> <phrase role="keyword"></phrase> [role]
|
|
</para>
|
|
</article>
|