Skip to content

[FEAT] Prompt Gallery - #63

Open
i-see-pixels wants to merge 5 commits into
mainfrom
dev
Open

[FEAT] Prompt Gallery#63
i-see-pixels wants to merge 5 commits into
mainfrom
dev

Conversation

@i-see-pixels

Copy link
Copy Markdown
Owner

RELEASE_TYPE: minor

Summary

Describe the change and why it is needed.

Related Issue

Closes #

Change Type

  • feat
  • fix
  • docs
  • refactor
  • chore
  • test
  • perf

Validation

  • Tests added or updated (or N/A with explanation)
  • Local checks pass
  • Self-review completed
  • Screenshots added for UI changes (if applicable)

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plenz Ready Ready Preview, Comment Jun 29, 2026 9:43pm

}

function stripCodeFence(text: string) {
return text.replace(/^```[a-zA-Z0-9_-]*\s*|\s*```$/g, "").trim()
}

function isCodeFenceOnly(text: string) {
return /^```[a-zA-Z0-9_-]*\s*[\s\S]*?\s*```$/.test(text.trim())
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.

2 participants