mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
25 lines
403 B
Markdown
25 lines
403 B
Markdown
|
# Poll plugin
|
||
|
|
||
|
Allows you to add a poll to the first post of a topic.
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
1. Make your topic title start with "Poll: "
|
||
|
2. Include a list in your post. The **first list** will be used.
|
||
|
* If you don't want it to be the first list, do this:
|
||
|
|
||
|
```
|
||
|
Intro Text
|
||
|
|
||
|
- Some list
|
||
|
- Some list con't
|
||
|
|
||
|
Here are your choices:
|
||
|
|
||
|
[poll]
|
||
|
- Option 1
|
||
|
- Option 2
|
||
|
[/poll]
|
||
|
```
|
||
|
|