We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Added test cases for issue #104
10ed05b
Is this fixed?
This is how the test cases appear in gmail in Firefox:
Sorry, something went wrong.
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.
Partial fix for #104. Fixes backtick inline and block code, but not i…
bc7d83b
…ndented block code.
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.
Restore blockquote vertical markers. [adam-p#104]
1067f17
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: