Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

rendering of task lists with german keyboard layout #7

Open
4 tasks
deckar01 opened this issue Sep 27, 2016 · 1 comment
Open
4 tasks

rendering of task lists with german keyboard layout #7

deckar01 opened this issue Sep 27, 2016 · 1 comment
Labels

Comments

@deckar01
Copy link
Owner

From @thojansen on October 13, 2015 11:1

I just noticed that the rendering of task lists does not work correctly when using a german keyboard layout. It eventually work after re-editing the comment a few times at some point, but the effect can be seen as follows.

typed with a german keyboard layout

  •  item1
  •  item2

switched to an english keyboard layout

  • item 1
  • item2

Any idea what happens here and why this breaks?

Copied from original issue: github#64

@deckar01
Copy link
Owner Author

Reproduced in master.

screen shot 2016-09-27 at 3 56 28 pm

The issue is that this keyboard layout is inserting non-breaking spaces, which aren't matched by \s in ruby. We should use :space: instead.

@deckar01 deckar01 added the bug label Sep 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant