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

Pre-rendered links in code get converted to Markdown on render #104

Open
adam-p opened this issue Oct 3, 2013 · 3 comments
Open

Pre-rendered links in code get converted to Markdown on render #104

adam-p opened this issue Oct 3, 2013 · 3 comments

Comments

@adam-p
Copy link
Owner

adam-p commented Oct 3, 2013

A pre-rendered link in either a inline code or a code block will look like a raw Markdown link after rendering.

This is a result of the fix to #49: "Retain pre-formatted links" -- rev a13073c. In the current repo head the code can be found here.

I don't have a good idea for fixing this at this time.

I will add a test for this.


UPDATE: Fixed for code that uses backticks, but not indented code blocks.

adam-p added a commit that referenced this issue Oct 3, 2013
@rsullivan00
Copy link

Is this fixed?

This is how the test cases appear in gmail in Firefox:
delete

@adam-p
Copy link
Owner Author

adam-p commented May 7, 2015

Not fixed yet. The tests just test the brokenness.

I am planning on looking at this again in the next couple days. It's really annoying.

adam-p added a commit that referenced this issue May 9, 2015
@adam-p
Copy link
Owner Author

adam-p commented May 9, 2015

I added a partial fix: Inline code (in backticks) and code blocks that use backticks are fixed. Code blocks that are indented are not fixed.

Going to leave this open and update the description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants