]> git.tuebingen.mpg.de Git - aple.git/commit
Avoid stray '<!DOCTYPE>' text.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Jan 2020 11:21:47 +0000 (12:21 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Jan 2020 11:21:47 +0000 (12:21 +0100)
commit61020c4dd82a9ae61e544bf56b10649e1d4376ed
tree80978ec69f317ec6857ecc49c8370c38595e072d
parente9a3585174e0fda1ac580d0e720f7ecc48bb9e9f
Avoid stray '<!DOCTYPE>' text.

The markdown converter converts the doctype header into html which
results in a stray line at the top of the chapter. This only affects
the chapters that still use markdown: Bash, Git, Command Line
Utilities, and Gridengine.

This patch applies a silly workaround. In the long run, the chapters
should be converted to plain html.
Makefile