Skip to content

Conversation

@javiereguiluz
Copy link
Collaborator

If you look at the first paragraph of this section: https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html#members you'll see an error with some bold text and an email link.

In this failing test, all cases work except **user@example.com** and *user@example.com*

If it's complicated to make it work, let's reword the docs to not use that syntax. Thanks!

@stof
Copy link
Member

stof commented Nov 29, 2021

Looking into https://github.com/doctrine/rst-parser/, it looks like the detection of standalone emails is done during the parsing phase, while the detection of emphasis (and other inline syntaxes) is done at render time. This might be the cause of the issue.

@javiereguiluz
Copy link
Collaborator Author

I'm closing this issue here and moving it to doctrine/rst-parser to see if it can be fixed there. Thanks.

@javiereguiluz javiereguiluz deleted the bold_link branch December 26, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants