Boris Diakur

Results 22 comments of Boris Diakur

Design draft is available here: https://www.figma.com/file/UFHKrywqiCGP49EwN1Lq0c/%22Homepage%22?type=design&node-id=1802-132578&mode=design&t=PkP4r1xQDpn7d2hO-0

I think it would be cool if marked had some connectors (like a GitLab-connector, Bitbucket-connector etc.) to connect more conveniently to these services. Currently I do not have much time...

@jasango Bitbucket has support for OAuth 2 and Basic Auth, see https://developer.atlassian.com/bitbucket/api/2/reference/meta/authentication

@jasango Thanks for your [pull request](https://github.com/borisdiakur/marked/pull/11). Still I think this is not the way to go. I would prefer a token based solution using connectors over basic auth. BitBucket does...

Hi @devxoul, not yet. This would involve deploying and hosting the plugin plus development of some kind of server component, which would serve the rendered content. It’s not rocket science,...

Hi @smurphy917, can you please try it with marked version 1.2.6 ?

I’ve published version 1.2.6 just yesterday in the evening. It includes a fix which will hopefully resolve your issue.

The rendering should work with an encoded URL. You might work around that issue by replacing http://download.ahnlab.com/kr/site/library/[Report]Andariel_Threat_Group.pdf with http://download.ahnlab.com/kr/site/library/%5BReport%5DAndariel_Threat_Group.pdf marked uses https://github.com/vsch/flexmark-java to do the markdown parsing. I have filed...

Hi @zemirco 👋 Thank you for this feature request 🙏 Although not quite the same, this partially overlaps with the [ld-select filter feature](https://liquid.merck.design/liquid/components/ld-select/#with-filter). We'll have a look into the examples...