jonschlinkert / grunt-readme

DEPRECATED. Use Verb instead
https://github.com/assemble/verb
Other
30 stars 10 forks source link

headings regex messes with ids in css/less/sass examples #38

Closed jonschlinkert closed 10 years ago

jonschlinkert commented 10 years ago

Eg:

#heading {
  // foo
}

gets mangled to

##heading {
  // foo
}
jonschlinkert commented 10 years ago

resolved