Add Micron renderer #3

Closed
Sudo-Ivan wants to merge 12 commits from micron-renderer into master
Sudo-Ivan commented 2025-09-28 21:15:45 +00:00 (Migrated from github.com)
  • Implement MicronParser class with inline formatting support
  • Support for headings, dividers, colors, and ASCII art
  • Add monospace font for proper text rendering
  • Enable text selection and scrolling in rendered content
- Implement MicronParser class with inline formatting support - Support for headings, dividers, colors, and ASCII art - Add monospace font for proper text rendering - Enable text selection and scrolling in rendered content
deepsource-io[bot] commented 2025-09-28 21:15:57 +00:00 (Migrated from github.com)

Here's the code health analysis summary for commits c0f60d5..b41c966. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython SuccessView Check ↗
DeepSource Docker LogoDocker SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.
<div><p>Here's the code health analysis summary for commits <code>c0f60d5..b41c966</code>. <a href="https://app.deepsource.com/gh/Sudo-Ivan/Ren-Browser/run/93e28dc5-e0c4-44bc-9b6a-584981c28cb3/">View details on DeepSource</a>&nbsp;↗.</p><h3>Analysis Summary</h3><table><thead><tr><th>Analyzer</th><th>Status</th><th>Summary</th><th>Link</th></tr></thead><tbody><tr><td><img src="https://static.deepsource.com/analyzer_logos/python.svg" alt="DeepSource Python Logo" width="16px" height="16px"/><strong>Python</strong></td><td><span>✅&nbsp;</span><span>Success</span></td><td></td><td><a href="https://app.deepsource.com/gh/Sudo-Ivan/Ren-Browser/run/93e28dc5-e0c4-44bc-9b6a-584981c28cb3/python/">View Check</a>&nbsp;↗</td></tr><tr><td><img src="https://static.deepsource.com/analyzer_logos/docker.svg" alt="DeepSource Docker Logo" width="16px" height="16px"/><strong>Docker</strong></td><td><span>✅&nbsp;</span><span>Success</span></td><td></td><td><a href="https://app.deepsource.com/gh/Sudo-Ivan/Ren-Browser/run/93e28dc5-e0c4-44bc-9b6a-584981c28cb3/docker/">View Check</a>&nbsp;↗</td></tr></tbody></table><hr/><blockquote><div>💡 If you’re a repository administrator, you can configure the quality gates from the <a href="https://app.deepsource.com/gh/Sudo-Ivan/Ren-Browser/settings/reporting">settings</a>.</div></blockquote></div>
Sudo-Ivan commented 2025-09-28 23:04:30 +00:00 (Migrated from github.com)
image
<img width="1339" height="806" alt="image" src="https://github.com/user-attachments/assets/65d899f8-9f2c-4127-a94c-f7efe96a911b" />
Sudo-Ivan commented 2025-09-29 00:38:17 +00:00 (Migrated from github.com)

Current Issues:

  • Text alignment
  • Certain characters being stripped from words (regex)
Current Issues: - Text alignment - Certain characters being stripped from words (regex)

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Ren/Browser#3