forhappy

Results 6 comments of forhappy

谢谢 @AthrunArthur 中肯的建议,这一部分确实有部分内容是来自C++ Concurrency In Action,比方说那副图片就是从书里面截下来的,其他的内容是自己以前积累的,在每章的末尾都写了参考的出处,比方内存模型这一章的参考资料:[https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial/blob/master/zh/chapter8-Memory-Model/web-resources.md] ,自己最近在找工作加毕业设计开题,这上面的内容更新少了,等忙完了这一段时间再好好投入精力来写其他的内容,非常感谢 ;-)

Hi, I missed the notification these days, sorry for any inconvenience. I agree that a single list would be reasonable, so feel free to merge my list to LewisJEllis/awesome-lua ;-)

In my experiment I used the following code snippet to import markdown content to the current selection element node: ``` editor.update(() => { $convertFromMarkdownString(markdown, TRANSFORMERS, elementNode); }); ``` However the...

> In my experiment I used the following code snippet to import markdown content to the current selection element node: > > ``` > editor.update(() => { > $convertFromMarkdownString(markdown, TRANSFORMERS,...

I can also import/insert markdown to existing editor using MDXEditor's `importMarkdownToLexical` utility, it works more elegantly for my use case, happy to contribute back to MDXEditor if you would think...

Let me clean up my code base and raise a PR this week, thank you @petyosi