all:
	# There is a docker image which can be used to install and execute
	# markdownlint easier:
	# docker run --rm -v ${PWD}:/data markdownlint/markdownlint .
	mdl ./files/readme.md > readme.out
