Merged
Conversation
added 2 commits
February 16, 2026 10:59
- Add LoRA Training Tutorial links to README Train section (4 languages) - Add LoRA Training column to README multi-language docs table - Link LoRA Training Tutorial from Tutorial.md (en/zh/ja) - Link LoRA Training Tutorial from GRADIO_GUIDE.md (en/zh/ja/ko) - Add Side-Step advanced training section to all 4 LoRA Training Tutorials - Add Side-Step documentation entry in README Train section
- Add '📖 Documentation' section with links to LoRA Training Tutorial and Side-Step Getting Started in training_dataset and training_train help content for en/zh/ja - Add Markdown link ([text](url)) → HTML <a> conversion to _md_to_html for paragraphs, list items, blockquotes, and headings - Add unit tests for link rendering in all supported contexts
Contributor
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request enhances Markdown-to-HTML conversion in the help content module to automatically transform Markdown links into HTML anchor tags with external link styling. It adds corresponding test coverage for the new link rendering behavior across multiple contexts and updates localization strings to reference documentation links. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~18 minutes Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request enhances LoRA training documentation and improves Markdown rendering in the Gradio UI. The main changes add step-by-step LoRA Training Tutorials in multiple languages, update documentation links throughout the project, and improve the Markdown-to-HTML converter to support links in all contexts. Tests are also added to ensure correct link rendering.
Documentation and Tutorial Improvements:
README.md.README.mdto include a clear, language-specific table of LoRA Training Tutorials and a reference to advanced CLI training with Side-Step.Markdown Rendering Enhancements:
_md_to_htmlfunction inacestep/ui/gradio/help_content.pyto support Markdown links ([text](url)) in headings, blockquotes, list items, and paragraphs, rendering them as styled<a>tags that open in a new tab. [1] [2] [3]help_content_test.py.Summary by CodeRabbit
Release Notes
New Features
Documentation
Tests