79817597

Date: 2025-11-12 10:20:39
Score: 2
Natty:
Report link

As pointed by @mzjn, implicit targets are discouraged so maybe his answer is better in practice. Regardless, I wanted to be able to use implicit targets sometimes.

So I tested to suppress the hyphen and it works ! (so use #pyprojecttoml)

test_page.md :

# test page

[click on this link to plouf](#this-is-ok)

## this is ok


[click on this link to pypro](#pyprojecttoml)

## `pyproject.toml`

It seems that some characters are just skipped (and not hyphened) by implicit targets: at least ` and ., maybe others.

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mzjn
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PiWi