You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Front Matter is supported and includes polls, to simplify documentation and standardize usage, it may be worth deprecating (and/or dropping from the documentation) the ability to use the original poll format. I.e.
Do not recommend this version
What is your favorite color?
( ) Red
( ) Blue
( ) Green
Instead, only show / support this version
---
poll:
- Red
- Blue
- Green
---
What is your favorite color?