KyleRombach / wmd-new

Automatically exported from code.google.com/p/wmd-new
0 stars 0 forks source link

Adding links on consecutive lines messes up in Chrome #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type words on three lines, eg:
test[space][space]
something[space][space]
here

2. Link the word on the first line, then the word on the second line.

What is the expected output? What do you see instead?

EXPECTED:
[test][1]  
[something][2]  
here

  [1]: http://link1
  [2]: http://link2

ACTUAL:
[test][1]  
[test][2][something][3][test][4]  
link

  [1]: http://link1
  [2]: http://link1
  [3]: http://link2
  [4]: http://link1

What version of the product are you using? On what operating system?
Chrome 11.0.696.71

Please provide any additional information below.

I'm guessing this is related to Issue 9 and Issue 10, however I have fixed 
those issues using the provided patch and the above still occurs.

Original issue reported on code.google.com by scott.vi...@gmail.com on 27 May 2011 at 8:26

GoogleCodeExporter commented 8 years ago
Check this patch for this issue: 
http://code.google.com/p/wmd-new/issues/detail?id=17 

Original comment by bey...@gmail.com on 31 May 2011 at 3:39

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry, that patch does not fix the issue for me. I still get 4 links added 
instead of 2.

Original comment by scott.vi...@gmail.com on 31 May 2011 at 6:38