Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Conversation

srawlins
Copy link
Collaborator

We should support CommonMark by default.

This does that, which means that calling markdownToHtml() as before will keep the fenced code blocks, which good for things like, all of the READMEs and dartdoc comments that are currently using fenced code blocks.

@@ -4,7 +4,7 @@ author: Dart Team <misc@dartlang.org>
description: A library for converting markdown to HTML.
homepage: https://github.com/dart-lang/markdown
environment:
sdk: '>=1.8.0 <2.0.0'
sdk: '>=1.12.0 <2.0.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for ??=. Is it crazy to bump the SDK for this reason?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not crazy at all.

@munificent
Copy link
Contributor

A couple of suggestions but 👍

@srawlins
Copy link
Collaborator Author

Thanks @munificent

srawlins added a commit that referenced this pull request Sep 23, 2015
@srawlins srawlins merged commit 8f21d74 into dart-archive:master Sep 23, 2015
@srawlins srawlins deleted the extension-sets branch September 23, 2015 21:40
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants