Ticket #22 (closed defect: wontfix)

Opened 7 years ago

Last modified 3 years ago

Umlaut Conversion

Reported by: Tobias Grimm <tobias.grimm@…> Owned by: deveiant
Milestone: Markdown 1.0.1 Component: MarkdownSyntax
Version: 1.0.0fc2 Severity: normal
Keywords: markdown syntax umlaut conversion Cc:

Description

It would be nice, if at least the basic german umlauts would get converted, like this:

#Escape Umlauts
text.gsub!(/ä/, '&auml;')
text.gsub!(/ö/, '&ouml;')
text.gsub!(/ü/, '&uuml;')
text.gsub!(/ß/, '&szlig;')
text.gsub!(/Ä/, '&Auml;')
text.gsub!(/Ö/, '&Ouml;)

Tobias

Change History

comment:1 Changed 7 years ago by deveiant

  • Status changed from new to assigned
  • Version changed from 1.0.0 to 1.0.0fc2

I'll add tests for these and probably some more. Thanks for the report.

comment:2 Changed 3 years ago by deveiant

  • Status changed from assigned to closed
  • Resolution set to wontfix

Closing all BlueCloth 1 tickets. Markdown1.0.1 is fully supported by 2.0. Let me know if I've missed one.

Note: See TracTickets for help on using tickets.