dart-archive / pub-dartlang

DEPRECATED - old pub.dartlang.org site in Python
https://github.com/dart-lang/pub-dartlang-dart
Other
43 stars 18 forks source link

Syntax highlighting on pub.dartlang.org not working with '```Dart' #194

Open DartBot opened 9 years ago

DartBot commented 9 years ago

From zdeslav....@gmail.com on May 22, 2013 09:54:49

What steps will reproduce the problem? 1. create a package with readme.md file

  1. in readme.md add following
    class Test {}
  1. publish the package to pub.dartlang.org What is the expected output? What do you see instead? I would expect to see the correctly highlighted syntax, but it is not highlighted. It works if 'dart' (lowercase 'd') is used instead of 'Dart'. This is not necessarily a bug, but I guess that many people assume that markdown on pub.dartlang.org is compatible with github, which accepts both Dart/dart. What version of the product are you using? On what operating system? N/A Please provide any additional information below.

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

DartBot commented 9 years ago

From @sethladd on May 28, 2013 09:19:40

Status: Triaged
Labels: Area-Pub

DartBot commented 9 years ago

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

Labels: -Area-Pub Area-PubSite

srawlins commented 9 years ago

Is this still a problem? Do we have an example?