Wrong rendering of '**foo**
See original GitHub issueDescribe the problem
I’m not sure this is the right place, but I have noticed an issue where '**foo**
is rendered in HTML as ”foo, but ’**foo**
is fine (rendered as ’foo).
Link to your repository or website
No response
Steps to reproduce
- Write a markdown file that has
'**foo** ’**foo**
. - Render to HTML.
- Observe the HTML rendered as: ”foo ’foo
The version of Python you’re using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Incorrect rendering of blockquotes followed by an hr · Issue #531
So the path to resolving this issue depends on the answer to the following question: Should Example 1's output be the same as...
Read more >react-hook-form watch has wrong value after rendering select ...
On first render, watchFoo has the value undefined as expected. After calling setFoos it renders again with the drop-down having the value ...
Read more >Rendering content - Mojolicious::Guides
The renderer will always try to detect the right template, but you can also use the template stash value to render a specific...
Read more >Test Renderer - React
Create a TestRenderer instance with the passed React element. It doesn't use the real DOM, but it still fully renders the component tree...
Read more >Django shortcut functions
from django.shortcuts import render def my_view(request): # View code here... return render(request, 'myapp/index.html', { 'foo': 'bar', } ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Heya, I have indeed reproduced this, by setting the language to
fr
, and also exactly the same happens in.rst
files. So this is part of sphinx’s translation mechanism.I’m going to close this here then, if thats ok, since I don’t think it is anything that myst-parser can affect. I would suggest maybe opening an issue on https://github.com/sphinx-doc/sphinx if you feel this is incorrect.
Obviously feel free to re-open, if they show that it is a bug in myst-parser thanks
Sure, this is a sanitized
_config.yml
: