Text Effects
Scroll supports all Confluence text effects:
| What you need to type |
What you will get |
| *strong* |
strong |
| _emphasis_ |
emphasis |
| ??citation?? |
citation |
| -deleted- |
deleted |
| +inserted+ |
inserted |
| ^superscript^ |
superscript |
| ~subscript~ |
subscript |
| {{monospaced}} |
monospaced |
| bq. Here's how you make text in a paragraph into a block quotation |
Here's how you make text in a paragraph into a block quotation
|
| {color:red}look ma, red text!{color} |
look ma, red text! |
 | Restrictions for monospaced text. It is not possible to nest text effects within monospaced, except superscript and subscript. As a workaround, you can nest the text effects the other way around. Overview:
- This will work: *{{monospaced and strong}}*
- This will result in an error: {{*monospaced and strong*}}
|
DocBook Support
The following table gives an overview of what DocBook elements are produced by Scroll.
| Wiki Markup |
Expected Result |
DocBook Element |
| *strong* |
strong |
emphasis (role="bold") |
| _emphasis_ |
emphasis |
emphasis |
| ??citation?? |
citation |
quote |
| -strikethrough- |
strikethrough |
emphasis (role="strikethrough") |
| +underlined+ |
underlined |
emphasis (role="underlined") |
| ^superscript^ |
superscript |
superscript |
| ~subscript~ |
subscript |
subscript |
| {{monospaced text}} |
monospaced text |
code |
| bq. This is a block quotation |
This is a block quotation
|
blockquote Multi-paragraph blockquotes are explained here. |
| {color:red}color macro{color} |
color macro |
emphasis (role="color:red") |
Add Comment