helpers icon indicating copy to clipboard operation
helpers copied to clipboard

Linter changes link format in backticks

Open madhurlak0810 opened this issue 5 months ago • 0 comments

URLs in backticks with leading spaces are incorrectly converted to malformed markdown links.

Input: http://local/link
Expected: http://local/link (rendered as inline code)
Actual: [http://local/lin](http://local/lin)k (broken link with truncated URL)

Steps to Reproduce

  1. Type a URL in backticks with a space before it: http://local/link
  2. Observe the malformed link output

The link conversion truncates the URL and creates broken formatting.

Originally posted by @madhurlak0810 in https://github.com/causify-ai/tutorials/pull/577#discussion_r2208907923

madhurlak0810 avatar Jul 15 '25 23:07 madhurlak0810