Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Smart Checklist allows user users to format checklist checklists with Markdown syntax. It makes the process of big checklists creation and managing extremely fast and native. 

Emphasize text with bold, italic, underlined, red labels. Add details per checklist item, have user mention or due date. These features increase readability for end user and makes make checklist completion more intuitive.

Here's how what sample checklist look looks like:

You TypeYou Get


Code Block
linenumberstrue
# Release instructions
## Preparation
+ Add feature permissions
+ Send `internal` announcement with presentation
~ Prepare branch
> * merge feature to master
> * set tag
> * update [changelog](https://www.google.com)

## Deploy
- Deploy master to prod
- Deploy new login page
- Test and confirm successful deployment
- Send `external` announcement to customers


...