diagrams.net-intellij-plugin icon indicating copy to clipboard operation
diagrams.net-intellij-plugin copied to clipboard

convert README.md to AsciiDoc

Open rdmueller opened this issue 5 years ago • 4 comments

I think it makes sense to have only one markup format within the project. The solution architecture (/src/docs) needs to be written in AsciiDoc, so let's also convert the README to AsciiDoc.

rdmueller avatar Oct 14 '20 21:10 rdmueller

Please note that the build.script reads a snippet from the AsciiDoc file, converts it to HTML and puts in in the plugins XML descriptor.

ahus1 avatar Oct 14 '20 21:10 ahus1

yes, just noticed it and worked on it. Then noticed that it's the same with the CHANGELOG.md :-D

rdmueller avatar Oct 14 '20 21:10 rdmueller

I don't care, as long as it works on github and in the IntelliJ marketplace.

Afaik, vscode extensions are required to have markdown file for the readme, but this does not seem to be the case here.

What is the advantage of asciidoc over markdown? I never saw asciidoc before.

hediet avatar Oct 14 '20 21:10 hediet

Markdown comes in many flavours while there is one standard for AsciiDoc with a wide range of features, like tables, admonitions, includes etc. That is why I think that AsciiDoc is the better choice for technical docs

rdmueller avatar Oct 14 '20 21:10 rdmueller