Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pub: bulleted lists render differently compared to github markdown #9065

Closed
jmesserly opened this issue Mar 11, 2013 · 7 comments
Closed

pub: bulleted lists render differently compared to github markdown #9065

jmesserly opened this issue Mar 11, 2013 · 7 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@jmesserly
Copy link

See:
http://pub.dartlang.org/packages/source_maps

Compared to:
https://github.com/dart-lang/source-maps

@jmesserly
Copy link
Author

In case the package readme gets changed, the issue is that Pub's markdown requires a newline before the list (AFAIK other markdown impls do too), whereas github markdown does not require this.

Here's an example list:

In this package we provide:
  * Data types defining file locations and spans: these are not part of the
    original source map specification. These data types are great for tracking
    source locations on source maps, but they can also be used by tools to
    reporting useful error messages that include on source locations.
  * A builder that creates a source map programatically and produces the encoded
    source map format.
  * A parser that reads the source map format and provides APIs to read the
    mapping information.

@munificent
Copy link
Member

Added this to the Later milestone.

@munificent
Copy link
Member

Removed Area-Pub label.
Added Area-PubSite label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@nicolasgarnier
Copy link
Contributor

This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues


Added MovedToGithub label.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/pub-dartlang#320.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

6 participants