pub-dartlang icon indicating copy to clipboard operation
pub-dartlang copied to clipboard

pub: bulleted lists render differently compared to github markdown

Open DartBot opened this issue 10 years ago • 6 comments

From @jmesserly on March 11, 2013 21:37:34

See: http://pub.dartlang.org/packages/source_maps Compared to: https://github.com/dart-lang/source-maps

Original issue: http://code.google.com/p/dart/issues/detail?id=9065

DartBot avatar Sep 29 '14 17:09 DartBot

From @jmesserly on March 11, 2013 13:38:56

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.

DartBot avatar Sep 29 '14 17:09 DartBot

From @munificent on March 14, 2013 16:25:58

Labels: Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

From @munificent on August 21, 2013 15:40:01

Labels: -Area-Pub Area-PubSite

DartBot avatar Sep 29 '14 17:09 DartBot

From @kasperl on July 10, 2014 03:20:31

Labels: -Milestone-Later Oldschool-Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

From @kasperl on August 04, 2014 00:43:00

Labels: -Oldschool-Milestone-Later

DartBot avatar Sep 29 '14 17:09 DartBot

The pub code relies on Python's Markdown package (https://pypi.python.org/pypi/Markdown), which currently has a bug open for fenced code blocks inside a list: https://github.com/waylan/Python-Markdown/issues/53 . :frowning:

srawlins avatar Oct 04 '14 04:10 srawlins