Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez
Enable 'task list' markdown extension Closes https://github.com/rust-lang/rust/issues/71183.
This commit is contained in:
commit
e143159e75
3 changed files with 37 additions and 1 deletions
|
|
@ -48,7 +48,10 @@ mod tests;
|
|||
|
||||
/// Options for rendering Markdown in the main body of documentation.
|
||||
pub(crate) fn opts() -> Options {
|
||||
Options::ENABLE_TABLES | Options::ENABLE_FOOTNOTES | Options::ENABLE_STRIKETHROUGH
|
||||
Options::ENABLE_TABLES
|
||||
| Options::ENABLE_FOOTNOTES
|
||||
| Options::ENABLE_STRIKETHROUGH
|
||||
| Options::ENABLE_TASKLISTS
|
||||
}
|
||||
|
||||
/// A subset of [`opts()`] used for rendering summaries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue