From f13e270be08a433243ee1e329c7ae69b513b0352 Mon Sep 17 00:00:00 2001 From: Wouter Vroege Date: Wed, 4 Feb 2026 10:23:46 +0100 Subject: [PATCH] fix(docs): unicode char not rendered in bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d77366e184..372e429b34 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: \U0001F41B Bug report +name: Bug report description: Report a bug or broken behavior in BlockNote labels: - bug