Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ul and ol not working in google chrome #5

Closed
parasew opened this issue Sep 19, 2010 · 2 comments
Closed

ul and ol not working in google chrome #5

parasew opened this issue Sep 19, 2010 · 2 comments

Comments

@parasew
Copy link

parasew commented Sep 19, 2010

this issue was also reported here: http://code.google.com/p/wmd-new/issues/detail?id=9#c2

when using google chrome, neither the ordered lists nor the unordered lists are working. when pressing enter, wmd inserts some weird garbage.

@ChadBurggraf
Copy link

FYI, this appears to be a problem with auto-indenting in general. Specifically, Chrome is having issues with references to RegExp.$1 after a string.replace().

I'm not sure about where this logic lies in derobins' fork, but you can see an example of my hacky workaround here (~line 32): http://github.com/ChadBurggraf/wmd/blob/c7889e92dd00227da17c5fede8075bb56503e94b/src/js/chunk.js

It shouldn't be too hard to find the derobins analogous code block. Took me a while to track this down, so thought I could save someone at least a little bit of trouble.

@niuage
Copy link

niuage commented Mar 8, 2012

Glad to see it's a known issue. I hope it get fixed.

ps: blockquotes are also bugged in chrome, they output something like

Blockquote

Blockquote> BlockquoteBlockquote

Blockquote

@derobins derobins closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants