mailing-list for TeXmacs Users

Text archives Help


Re: markdown


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "TeXmacs" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>, "TeXmacs Developers" <address@hidden>
  • Subject: Re: markdown
  • Date: Wed, 13 Nov 2019 22:10:23 +0800
  • Arc-authentication-results: i=1; mx.zoho.com.cn; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com.cn; s=zohoarc; t=1573654224; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=ljkiTJbcVQWE8xQN3QpPBsG/VqaJDz0zKwKRSGNoC8E=; b=WnDTGAzelvBDACFfzYjn94Jb/TTvpyBnrF6yjacjBvbkEH8drQ/BhuywVHVCu1xBVL2KwQ1iq0KxN1S6jMhNoJfrGjxJI+ncG+qyHM3npK/0ZD99LC8pzQ00I8oxf03Vky+PFSKsJVdRDY21ANNUpgusVLuARgxTMs/I5v9BG5A=
  • Arc-seal: i=1; a=rsa-sha256; t=1573654224; cv=none; d=zoho.com.cn; s=zohoarc; b=aj97c0UsUNaqRhyaI5QDWxoSKpB9233c+KRVDv4BXU31y5BPlLYiddGI/00hOdUGVx4/ux8/zbba6WM+eUXg6P6ycefiqgZCV3X0DAcyl8ZG+20kOt5GL9RdG4U9fZQKsawwxK/L5t/PYlRdZ52+ObzeOF4iG5+ziedtTDJT5lg=

I'd like to write a native Markdown parser in TeXmacs after TeXmacs 2.1 is released.

I have former experience of writing markdown parser: https://github.com/sadhen/libmdcpp

Since I have extract the kernel of texmacs here: https://github.com/texmacs/kernel

It would be a good idea to develop the markdown parser in a seperate repo and finally
integrate the code into the TeXmacs svn repo.


---- On Tue, 2019-11-12 03:52:08 TeXmacs <address@hidden> wrote ----

Hi,

On Mon, Nov 11, 2019 at 03:56:22PM +0100, Vincent Douce Mathoscope wrote:
> is there a way to export a simple texmacs text (no maths) to markdown ?

I admit that I am a bit lost concerning the different available markdown formats.
It seems that there are many different flavors and on the Wikipedia page on
Markdown it is not even explained which format Wikipedia uses...

Precisely because there are so many different formats, it might be best
to use existing converters to/from Html to do the conversion.
Anyone knows of a good and lightweight free package that can convert
between Html and the most common markdown formats?

Best wishes, --Joris





Archive powered by MHonArc 2.6.19.

Top of page