From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 291E43858D3C; Wed, 19 Oct 2022 01:34:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 291E43858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666143253; bh=QQebzqDW4fMOsPyi9AT+EjsbNHfSMTAbB9bUoUR7KMY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MZev7vNqOwvVvLSCJ69SyhnQ6KtCxKthH+rx4I7Tp2Qz6QzAHbo7x3Mi+S63olv3N PSxu6wc9OgOEQrNSY15lCGU/EvcNFpjC3xPm0QaW2JaX1c7J/W1NpFH9OqqH3LCTK/ cfqJp1LoZo/bfanyqLwn6KDdhGfD+xynjRIaTYgY= From: "jmuizelaar at mozilla dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug web/107297] Support markdown in bugzilla comments Date: Wed, 19 Oct 2022 01:34:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: web X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jmuizelaar at mozilla dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107297 --- Comment #5 from Jeff Muizelaar --- (In reply to Eric Gallager from comment #2) > I would also want comments to be editable if this gets turned on, in case= I > screw up my formatting... is there a way to allow that in bugzilla? bugzilla.mozilla.org supports editing comments. I'm not sure if it's suppor= ted in stock Bugzilla. (In reply to Andrew Pinski from comment #4) > Being able to mark a comment or otherwise as not markdown is needed as all > old comments will be messed up that way. When bugzilla.mozilla.org enabled this, old comments were kept as plain tex= t. That being said, I asked about how Markdown is implemented in bugzilla.mozilla.org: jrmuizel: > How is bmo's Markdown support implemented? > Is it easy for other bugzilla instances to turn on Markdown? glob: It was a lot of work to implement it. bugzilla.mozilla.org is very differe= nt from stock Bugzilla, it won't be easy to bring to other instances. I belie= ve there are plans to switch stock Bugzilla to follow BMO, but we're not direc= tly involved in that. So perhaps this is not as easy to enable as I thought it would be.=