From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lutz Horn Newsgroups: gmane.emacs.help Subject: Re: Markdown in Emacs Date: Tue, 17 Oct 2006 11:13:58 +0000 (UTC) Message-ID: References: <1160751333.137964.273620@m7g2000cwm.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161083747 24812 80.91.229.2 (17 Oct 2006 11:15:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2006 11:15:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 17 13:15:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZmux-0006Op-M8 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Oct 2006 13:15:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZmuw-00030m-Vy for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Oct 2006 07:15:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZmuj-000303-Ny for help-gnu-emacs@gnu.org; Tue, 17 Oct 2006 07:15:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZmui-0002y4-9F for help-gnu-emacs@gnu.org; Tue, 17 Oct 2006 07:15:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZmui-0002xz-5B for help-gnu-emacs@gnu.org; Tue, 17 Oct 2006 07:15:16 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GZn42-00080v-Od for help-gnu-emacs@gnu.org; Tue, 17 Oct 2006 07:24:54 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GZmuU-0006JR-4f for help-gnu-emacs@gnu.org; Tue, 17 Oct 2006 13:15:02 +0200 Original-Received: from p4423e3d4.np.schlund.de ([212.227.35.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 13:15:02 +0200 Original-Received: from sttmjoc0 by p4423e3d4.np.schlund.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 13:15:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 212.227.35.68 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38092 Archived-At: Hi, Shug Boabby gmail.com> writes: > I would appreciate if people could reply with comments on what they are > using for writing/editing Markdown text files > [http://en.wikipedia.org/wiki/Markdown] You could use textile-mode (http://dev.nozav.org/textile-mode.html), which is for Textile (http://en.wikipedia.org/wiki/Textile_%28markup_language%29), a very similar format. Regards Lutz