From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4003 Path: news.gmane.org!not-for-mail From: Ivan Kanakarakis Newsgroups: gmane.linux.lib.musl.general Subject: Re: Initial draft of musl documentation/manual Date: Mon, 2 Sep 2013 10:12:31 +0300 Message-ID: References: <20130901044106.GA29630@brightrain.aerifal.cx> <52230C48.8060502@gentoo.org> <20130901165715.GV20515@brightrain.aerifal.cx> <5223D71B.609@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff2528a1eaf7604e5614e16 X-Trace: ger.gmane.org 1378106002 23379 80.91.229.3 (2 Sep 2013 07:13:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2013 07:13:22 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4007-gllmg-musl=m.gmane.org@lists.openwall.com Mon Sep 02 09:13:27 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VGOKF-0007fS-5m for gllmg-musl@plane.gmane.org; Mon, 02 Sep 2013 09:13:27 +0200 Original-Received: (qmail 1742 invoked by uid 550); 2 Sep 2013 07:13:25 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 1714 invoked from network); 2 Sep 2013 07:13:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=vUeAC4zNwXuNkFr+/sHNfFqwH86PJ4XWlJg48tgCbr8=; b=HtsZVRou2O9Tfd0kqw8ihYswTi8DkfM3j8hVPzvjpeiAklRdfDYM6+6nxm6E7WfDGh daNTTKodQQJj0RKT4M9NdGyFhdM/Pwf9JH7wCiexdKCczmF8ZS7gkw+PT611e53p2e8W NvgcYOyn30O8mg5qmhXMUFBY1xuNLQSIvRmaFimOcSLgEdx0VOxDN8w+x2tixbW8ikgE HDHk7TDZuEonKUwySuPo6tl51xF4MiMr73EV5Vsv8ud9phXNMKyqtnbNq9HinT5g7ZWb dEpbtCtHUdlf0NVoW/02CbLSgEFLH7RNISLd0jup/TI+NcP+Ja2r0ioPZLcDGoawP3Oq LNgw== X-Received: by 10.182.204.4 with SMTP id ku4mr16142517obc.21.1378105992062; Mon, 02 Sep 2013 00:13:12 -0700 (PDT) In-Reply-To: <5223D71B.609@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:4003 Archived-At: --e89a8ff2528a1eaf7604e5614e16 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2 September 2013 03:08, Luca Barbato wrote: > On 01/09/13 18:57, Rich Felker wrote: > > For the big doc, HTML and PDF are probably the more interesting output > =E2=80=8BHTML is the usual output of markdown parsers. AFAIK, GitHub uses redcarpet(ruby)[0] on top of sundown(C)[1]=E2=80=8B > > formats. The big thing I don't see how to do easily is produce a nice > > table of contents or index. > > http://kramdown.rubyforge.org/converter/html.html#toc > > Surprisingly easy =3D) > > lu > Kramdown is a superset of markdown=E2=80=8B=E2=80=8B. =E2=80=8BYou cannot h= ave an automatically generated toc with the original/standard markdown. Asciidoc[2] has that by default (among lots of others things). MultiMarkdown(C)[3] also adds lots of features[4] to markdown, getting markdown a little closer to Asciidoc's featureset.=E2=80=8B [0]: https://github.com/vmg/redcarpet [1]: https://github.com/vmg/sundown [2]: http://asciidoc.org/ [3]: https://github.com/fletcher/MultiMarkdown-4 =E2=80=8B [4]: https://rawgithub.com/fletcher/human-markdown-reference/master/index.html =E2=80=8B --=20 *Ivan c00kiemon5ter Kanakarakis* >:3 --e89a8ff2528a1eaf7604e5614e16 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 2 September 2013 03:08, Luca Barbato <lu_zero@gentoo.org&= gt; wrote:
On 01/09/13 18:57, Rich Felker wrote:
> For the big doc, HTML and PDF are probably the more interesting output=


=E2=80=8BHTML = is the usual output of markdown parsers.
AFAIK, GitHub uses redcarpet(ruby)[0] on top of sundown(C)[1]=E2=80=8B

=C2=A0
> formats. The big thing I don't see how to do easily is produce a n= ice
> table of contents or index.

http://kramdown.rubyforge.org/converter/html.html#toc
Surprisingly easy =3D)

lu


Kramdown is a superset of markdown= =E2=80=8B=E2=80=8B. =E2=80=8BYou cannot have an=C2=A0
automatically generated toc with the original/standard markdown.
Asciidoc[2] has that by default (among lots of others things).
MultiMarkdown(C)[3] also adds lots of features[4] = to markdown,
getting markdown a little closer to Asciidoc&#= 39;s featureset.=E2=80=8B=C2=A0


=C2=A0 [2]:=C2=A0http://asciidoc.org/
=E2=80=8B =C2=A0[4]:=C2=A0https://rawgithub.co= m/fletcher/human-markdown-reference/master/index.html

=E2=80=8B


--
Ivan c00kiemon5ter Kanakarakis =C2=A0>:3=C2= =A0
--e89a8ff2528a1eaf7604e5614e16--