Skip to content

Fix issue901 - #913

Merged
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
JSE19:FixIssue901
Jun 29, 2026
Merged

Fix issue901#913
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
JSE19:FixIssue901

Conversation

@JSE19

@JSE19 JSE19 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Description
Fixes broken markdown formatting and removes leftover AI assistant text in docs/DEVELOPMENT.md.
Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📚 Documentation update

Related Issues
Closes #901
Changes Made

  • Removed stray ````md` opening fence at line 1 that wrapped the entire file in a broken code block
  • Fixed mismatched 4-backtick close ( ) → 3-backtick close ( ` ``) on the clone repository code block
  • Deleted trailing AI assistant chatter ("If you want next-level polish...") and an orphaned closing fence at end of file
    Testing
    Visual inspection — the file now renders cleanly without broken code blocks or assistant commentary.
    Checklist
  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@ogazboiz
ogazboiz merged commit a85c08e into LabsCrypt:main Jun 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fix broken markdown and trailing AI-assistant text in docs/DEVELOPMENT.md

2 participants