NOTE: Since version 105.2.0 there is an optional HTML editor available for editing the petition message. Choose your editor in the settings page.
If you are using Markdown already, SpeakOut! will continue to use this editor until you choose to change it, you will then have to re-format your message in HTML.
Markdown is a simple way to format the petition message so that it looks great on any device. You can’t change the font size, colour, or type. But markdown is great for formatting the essentials, using keyboard symbols you already know.
Markdown | Rendered Output | |
---|---|---|
Heading 1 | # Heading 1 | Heading 1 |
Heading 2 | ## Heading 2 | Heading 2 |
Heading 3 | ### Heading 3 | Heading 3 |
Bold | This is some **bold text** | This is some bold text |
Italic | This is some *italic text* | This is some italic text |
Blockquotes Appearance depends on CSS | > SpeakOut! > A wordpress plugin > For creating petitions | SpeakOut! |
List | * Mayor * President * Boss * Friend * Partner * Someone |
|
Ordered list | 1. Title 1. Intoduction 1. Main section 1. Sub-section 1. Conclusion |
|
Inline code | This is `<?php` code | This is <?php code |
Code block | Here’s some PHP code:``` function test() { return “testing”; } ``` | Here’s some PHP code:function test() { |
Horizontal Rule | One rule: *** Another rule: — | One rule: Another rule: |
This is a brief guide, for more comprehensive information https://www.markdownguide.org/basic-syntax