Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Basic Formatting

Font Styles
Replaceable Text
Quotations
Inline Code
Links
Footnotes
Blockquote
Headings

Here we go with some inline formatting: italic, bold, underline, teletype, strikethrough, we can combine styles as well: bold italic, teletype with underline.

Text that is intended to be user-replaceable is rendered like this .

Here we go: “A question that sometimes drives me hazy: am I or are the others crazy?”--Einstein

Note the proper left and right quote marks. Also, while you can simply use ordinary quote marks like "quoted", our quotation, above, will generate correct DocBook quotations (e.g. <quote>quoted</quote>).

Like all phrase elements, quotations may be nested. Example:

Here's the rule for bargains: ‘Do other men, for they would do you.’ That's the true business precept.

This text has inlined code int main() { return 0; } in it. The code should be syntax highlighted.

Try this: this is boost's website.... it should be visible as a link.

Here's one [1] .

And here's another [2] .

Lets indent the next paragraph:

Here we go!!!

Now try rendering some heading styles:

Heading 1

Heading 2

Heading 3

Heading 4
Heading 5

Heading 6



[1] A sample footnote

[2] Another sample footnote


PrevUpHomeNext