[Doc] Fix format of multimodal_inputs.md#31800
[Doc] Fix format of multimodal_inputs.md#31800DarkLight1337 merged 1 commit intovllm-project:mainfrom
Conversation
|
Documentation preview: https://vllm--31800.org.readthedocs.build/en/31800/ |
|
This pull request has merge conflicts that must be resolved before it can be |
DarkLight1337
left a comment
There was a problem hiding this comment.
If you take a look at the doc page, you can see that the content is properly formatted. Those blocks are parsed by MkDocs which extends Markdown syntax.
There was a problem hiding this comment.
Code Review
This pull request updates the markdown formatting in multimodal_inputs.md to improve syntax highlighting in code blocks. The changes involve replacing mkdocs-material specific admonition syntax (!!! note, ??? code, etc.) with standard markdown blockquotes and fenced code blocks. While most of the changes are correct and achieve the intended goal, I've found a few instances where the conversion to blockquotes has introduced incorrect indentation. This can lead to improper rendering of lists and code blocks. I've provided specific suggestions to fix these formatting issues.
Signed-off-by: BlankR <hjyblanche@gmail.com>
9eab3ec to
941b71a
Compare
Ah I see. Thanks for pointing this out! I have updated the PR to only include the proper fix. |
Signed-off-by: BlankR <hjyblanche@gmail.com>
Signed-off-by: BlankR <hjyblanche@gmail.com>
Signed-off-by: BlankR <hjyblanche@gmail.com>
Signed-off-by: BlankR <hjyblanche@gmail.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Signed-off-by: BlankR <hjyblanche@gmail.com>
Purpose
Fix format for python code block in doc.
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.