Amaury / SkrivMarkup

Interpreter of the Skriv Markup Language.
GNU Lesser General Public License v2.1
25 stars 3 forks source link

  html entities is now translated like space in titleToIdentifier function #18

Closed marmotz closed 11 years ago

marmotz commented 11 years ago

before this patch:

foo bar => #foo-bar

but

foo bar => #foobar

With this patch:

foo bar => #foo-bar
foo bar => #foo-bar