-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(turndown-plugin-gfm): incompatible with original turndown #10328
Comments
Dupe of #9881 |
A pull request for this would be welcome, especially if you've already identified where the problem is in the code |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Fixes laurent22#10328 as recommended by @flaviut to maintain compatibility with turndown
Operating system
macOS
Joplin version
n/a
Desktop version info
n/a
Current behaviour
This commit 832e945
adds a new function to turndown - 832e945#diff-582d99eae9ac2e71f31737a47dcffa472aa1932ce7a04a78608f11c368406bbbR150
then references the function here: 832e945#diff-0d19da1f333aad24ea14096ec7f96319837830a1b9398112215a9ec9d40d9b81R226
and finally here: 832e945#diff-0d19da1f333aad24ea14096ec7f96319837830a1b9398112215a9ec9d40d9b81R164
But, that function is not available if using @joplin/turndown-plugin-gfm, resulting in the following exception:
Expected behaviour
Proposed solutions:
Logs
No response
The text was updated successfully, but these errors were encountered: