Sergey A Kryukov

Helpful Toolchain for Article Writing

This toolchain helped me to greatly accelerate article writing, reduce the number of mistakes and save tons of time; some of my recommendations could help

Original article: Sergey A Kryukov, Helpful Toolchain for Article Writing.

Epigraph:

I wanted to say only one new word to the world. As I failed to do so, I became a writer.

Stanisław Jerzy Lec

Contents

Top-Level Heading

For the sample article souce code with examples of source markup, see SampleArticle.wiki.

HTML form of this document can be obtained by clicking on the fule wiki2Html.bat. First, install Pandoc, modify wiki2Html.bat to point to the path where Pandoc is installed, follow the recommendations provide in the article.

Example of code sample:


SomeCSharpCode(forExample);

In line code fragments are written in this way: if (x < 2) ++x.

But be careful if the frament of code contains =. In this case, it’s still better to write it in HTML Y = 2. Many HTML elements are allowed.

For more information, see: original documentation.

Another Top-Level Heading

Level-3 Heading

Won’t Render in TOC

This header is of level 4. It won’t render in TOC if the Pandoc parameter --toc-depth 3 is used.

Final Words

Happy writing!