docs: add Marked Responsive Images extension to documentation#3886
docs: add Marked Responsive Images extension to documentation#3886ELowry wants to merge 2 commits intomarkedjs:masterfrom
Conversation
Added the **Marked Responsive Images** to the **Known Extensions** list in the documentation.
|
@ELowry is attempting to deploy a commit to the MarkedJS Team on Vercel. A member of the Team first needs to authorize it. |
Summary of ChangesHello @ELowry, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the project's documentation by incorporating a new extension, 'Marked Responsive Images,' into the list of known extensions. This addition aims to inform users about a tool that streamlines the process of creating responsive images directly from Markdown, improving the overall utility and discoverability of relevant ecosystem tools. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a new extension, 'Marked Responsive Images', to the list of known extensions in the documentation. The change is straightforward and correctly placed alphabetically. I have one minor suggestion to improve consistency with the rest of the document.
docs/USING_ADVANCED.md
Outdated
| |[Katex Code](https://github.com/UziTech/marked-katex-extension)|[`marked-katex-extension`](https://www.npmjs.com/package/marked-katex-extension)|Render [katex](https://katex.org/) code| | ||
| |[LinkifyIt](https://github.com/UziTech/marked-linkify-it)|[`marked-linkify-it`](https://www.npmjs.com/package/marked-linkify-it)|Use [linkify-it](https://github.com/markdown-it/linkify-it) for urls| | ||
| |[Mangle](https://github.com/markedjs/marked-mangle)|[`marked-mangle`](https://www.npmjs.com/package/marked-mangle)|Mangle mailto links with HTML character references| | ||
| |[Marked Responsive Images](https://github.com/ELowry/MarkedResponsiveImages)|[`marked-responsive-images`](https://www.npmjs.com/package/marked-responsive-images)|Generate responsive (`srcset`) images based on structured filenames.| |
There was a problem hiding this comment.
For consistency with other entries in this list, could you please remove the period at the end of the description? Most other descriptions in this table do not end with a period.
| |[Marked Responsive Images](https://github.com/ELowry/MarkedResponsiveImages)|[`marked-responsive-images`](https://www.npmjs.com/package/marked-responsive-images)|Generate responsive (`srcset`) images based on structured filenames.| | |
| |[Marked Responsive Images](https://github.com/ELowry/MarkedResponsiveImages)|[`marked-responsive-images`](https://www.npmjs.com/package/marked-responsive-images)|Generate responsive (`srcset`) images based on structured filenames| |
There was a problem hiding this comment.
Agreed; I can also see that there are similar periods at the end of the descriptions for Base URL CJK Breaks GFM Heading ID Misskey-flavored Markdown and a few others.
Removed trailing periods for **Known Extensions** descriptions for better consistency.
Description
This PR adds Marked Responsive Images to the Known Extensions list in the documentation.
This extension parses image filenames using a simple convention (e.g.,
image__400-300_800-600.jpg) to automatically generatesrcsetandwidth/heightattributes, providing an easy way to handle responsive images without leaving standard Markdown syntax.Changes
marked-responsive-imagesto the "Known Extensions" table.marked-responsive-imagessrcset) images based on structured filenames.Checklist