Eugene Ghanizadeh

Results 81 comments of Eugene Ghanizadeh

> In that GIF, I think the copy happened when typing Ctrl+C. At least, that is one way it could have happened. I didn't realize that was possible. Single clicking...

yeah right now [it is bound to background of quote elements](https://github.com/CONNECT-platform/codedoc/blob/d88d2b1ae5cb8cd734d1571ea94ecea1076ffbc5/src/components/page/style.ts#L229). it should be independently theme-able while I guess falling back on quote element background is actually nice (or maybe...

I suspect it might be an issue with `npm`. That is the case if `cd .codedoc && npm update` also has no effect while `cd .codedoc && npm install @codedoc/coding-blog-plugin`...

@bender2k14 could you by any chance have checked if `cd .codedoc && npm update` has the same effect?

> If you ever ask of me like this, then I will highly prioritize it. Wow thanks. Of course I didn't mean to convey any form of urgency or priority...

ok so this seems like a weird behavior on part of NPM CLI. @bender2k14 could you open an issue on [this repository](https://github.com/npm/cli) (regarding behavior of `npm update` in `.codedoc` folder,...

Thanks a lot! As with other issues pending on external libraries, will keep this one open to monitor the progress and also make changes if necessary.

I will open a corresponding issue on markedjs, as it seems to be an [inconsistency on their side](https://marked.js.org/demo/?text=*%20a%0A%60%60%60gdscript%0Ab%0A%0A%23%20comment%0Ac%0A%60%60%60&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22tokenizer%22%3A%20null%2C%0A%20%22walkTokens%22%3A%20null%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=master)

https://github.com/markedjs/marked/issues/1706

https://github.com/markedjs/marked/issues/1706#issuecomment-643637010