:: Re: [DNG] markdown - ghostwriter
Top Page
Delete this message
Reply to this message
Author: onefang
Date:  
To: dng
Subject: Re: [DNG] markdown - ghostwriter
Just to comment on this part.

On 2026-01-17 21:55:50, Sy wrote:
> Notably all wikis are empowered by a limited markup language (e.g. Wikipedia
> uses "Wikitext") because HTML editing is kind of like asking everyone to
> style their Perl code the same. There's still a balance between simplicity
> and features though, and your observation is that Markdown is referencing
> and rendering images in non-textfile ways; fair point, but a powerful
> (optional) tool.


The Devuan wiki has been through a rather turbulent history, which is now
my job to sort out.

Mostly due to several different wiki systems being used in the past.
Using their own bespoke markup language.

There's sooo many of them. People complained about that, then created
CommonMark to be the common one, then they went off and created yet
another one.

CommonMark is at least good enough, and very similar to the common
Markdown that is often used in .md files. CommonMark is what I'll be
using going forward. https://nyaw.wiki.devuan.org/index.HTML is the
current result of converting the two old bespoke markup languages, from
the last two Devuan wiki's, into CommonMark. Then rendering CommonMark
as HTML5 so the web browsers can read it.