question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rule MD034 flags URL in `Inline code` with backticks as "bare url"

See original GitHub issue

A URL inside of an inline code with backticks is marked as a “bare url” by markdownlint. My editor is vscode.

Example: git clone https://github.com/tensorflow/tensorflow.git

markdownlint-no-bare-urls

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidAnsoncommented, Apr 29, 2019

By the way, I am one failing a test case away from improving MD033 in an upcoming commit. It should handle a few more scenarios and highlight better very soon!

1reaction
DavidAnsoncommented, Apr 29, 2019

That’s great to know, thank you both! I think the error and line number are correct, but the highlighting is wrong. I will leave this issue open to look into that.

Some background, in case you are interested: Some rules identify the range themselves and should usually be correct. There are some cases where the VS Code extension does its own range calculation and those are less reliable because they are based on regular expressions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pasted inline code (via Markdown-style backticks) renders ...
Hi! One thing I like about Confluence is that I can paste in Markdown and it renders correctly (mostly). I know it's probably...
Read more >
Markdown Lint Tool Documentation (Book Edition)
A tool to check markdown files and flag style issues. Contents. Introduction ... MD033 - Inline HTML; MD034 - Bare URL used; MD035...
Read more >
How do I escape a backtick ` within in-line code in Markdown?
For showing backticks inside inline codeblocks `table_name` , use double backticks with extra ... Escaped codeblock, italics, bold, link, headings and list:.
Read more >
How to render triple backticks as inline code block in ...
The Syntax Rules are very clear about this: To include a literal backtick character within a code span, you can use multiple backticks...
Read more >
markdownlint vscode - CSDN
MD034 无裸URL-使用裸URL. MD035 hr样式-水平规则样式 ... MD041第一行标题/first-line-h1-文件中的第一行应该是顶级标题. MD042无空链接-无空链接.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found