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

"==" in multiple image url translated to "<mark></mark>" #4627

Closed
wayne508 opened this issue Dec 11, 2014 · 1 comment
Closed

"==" in multiple image url translated to "<mark></mark>" #4627

wayne508 opened this issue Dec 11, 2014 · 1 comment
Labels
bug [triage] something behaving unexpectedly server / core Issues relating to the server or core of Ghost

Comments

@wayne508
Copy link

e.g.

"![](http://xxx.com/==20131118/2)\n$$\\x_s$$\nfdsaf\n![](http://xxx.com/==20131119/2)"

in markdown which will be translated to

<p><img src="http://xxx.com/<marker>20131118/2" alt="" />
$$\x_s$$
fdsaf <br />
<img src="http://xxx.com/</marker>20131119/2" alt="" /></p>
@ErisDS ErisDS added bug [triage] something behaving unexpectedly affects:editor Work relating to the Koenig Editor labels Jan 5, 2015
@ErisDS ErisDS added this to the Next Backlog milestone Jan 5, 2015
ErisDS added a commit to ErisDS/Ghost that referenced this issue Apr 20, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
ErisDS added a commit to ErisDS/Ghost that referenced this issue Apr 20, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
ErisDS added a commit to ErisDS/Ghost that referenced this issue Apr 21, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
ErisDS added a commit to ErisDS/Ghost that referenced this issue Apr 21, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
ErisDS added a commit to ErisDS/Ghost that referenced this issue May 1, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
ErisDS added a commit to ErisDS/Ghost that referenced this issue May 2, 2015
closes TryGhost#5039, TryGhost#5028, TryGhost#4659, TryGhost#4627, TryGhost#4592, TryGhost#1501

This PR pulls in the new version of showdown + adds and updates some tests to show what has changed

- Lots of additional whitespaces caused by a bad implementation of GFM newlines have been removed
- One fix with newlines + pre tags is now undone, but is now closer to all other markdown handlers
@ErisDS ErisDS assigned ErisDS and unassigned dbalders May 12, 2015
@ErisDS ErisDS modified the milestone: Next Backlog Oct 9, 2015
@ErisDS ErisDS assigned ErisDS and unassigned ErisDS Oct 9, 2015
@tiant167
Copy link

any progress? I met this problem in markdown links too. == in the url will be replaced to <mark/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [triage] something behaving unexpectedly server / core Issues relating to the server or core of Ghost
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants