Open deepyaman opened 2 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Describe the bug
context When I migrate notes from recommonmark to MyST syntax.
expectation I expected anchor generation to be unaffected.
bug But it's not. See reproduction below.
problem This is a problem for people migrating to MyST, or a potential bug in general?
Reproduce the bug
See https://github.com/deepyaman/kedro/commit/67c8a0f12b54d1143dc6a87fdec085d2cc4d7789.
Before the above change to migrate from recommonmark to MyST syntax:
After the change:
After moving just the first note to a new line, things are fixed again:
List your environment
myst-parser==0.17.2
on Python 3.7 on OSX (but problem is replicated in our CI build)