Aayush Sahu

Results 29 comments of Aayush Sahu

> [HtmlSanitizeEx.markdown_html/1](https://github.com/notesclub/notesclub/blob/main/lib/notesclub_web/live/notebook_live/show/livemd.ex?rgh-link-date=2023-03-29T08%3A24%3A46Z#L9) is preventing our markdown from having tags like . what is the way to solve this? Do we need to pass some kind of option in order to...

Hey, i would like to work on this issue.

@DragoVeizen Found some bugs during testing. 1. When we have more than one tab groups, clicking on the expand/collapse button only exapnds/collapses the latest tab group. Even after I click...

Hey @bennypowers , i would like to work on this one.

Hey there, if i'm correct, You want to add `height` and `width` attributes to `` and get rid of ``` lazy-image { --lazy-image-width: 1600px; --lazy-image-height: 800px; width: var(--lazy-image-width); height: var(--lazy-image-height);...

Sounds like a plan :D I will start working on YAML output first, and then for HTML, I will make a separate issue to discuss the format and stuff. For...

YAML done! Next up, markdown.

@derberg Regarding https://github.com/asyncapi/website/pull/599 You said: > If you maintain one of AsyncAPI tools, please come up with at least one issue that is easy to fix in a month without...

Status update: currently adding support for markdown output from diff in CLI. After that, I'll start working on HTML output for this library :)