From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPlbc-0004AH-AW for qemu-devel@nongnu.org; Wed, 20 Jul 2016 03:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPlbX-0002o4-AP for qemu-devel@nongnu.org; Wed, 20 Jul 2016 03:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPlbX-0002o0-4o for qemu-devel@nongnu.org; Wed, 20 Jul 2016 03:07:39 -0400 Date: Wed, 20 Jul 2016 15:07:36 +0800 From: Fam Zheng Message-ID: <20160720070736.GD10539@ad.usersys.redhat.com> References: <1468950439-16259-1-git-send-email-sw@weilnetz.de> <87fur4izmm.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] Fix regressions caused by renaming README List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Markus Armbruster , Peter Maydell , Stefan Weil , Pranith Kumar , QEMU Developer On Wed, 07/20 09:00, Paolo Bonzini wrote: > We probably want to rely on GitHub's stricter interpretation of > underscores, where they only start/end italic formatting if they are > respectively the first or the last character in the word. This is a > common extension (for example Stack Exchange does the same). > > The question is: is anyone actually viewing formatted markdown anywhere > else than on github? It may have slightly better syntax highlighting in editors. Out of curiosity, I'm wondering if it's acceptable to commit a "ln -s README.md README" change in the repo, at all? Fam