affeldt-aist / coq2html

An HTML documentation generator for Coq source files
GNU General Public License v2.0
1 stars 3 forks source link

Fix #17 #45

Closed proux01 closed 1 month ago

proux01 commented 5 months ago

This offers to fix https://github.com/affeldt-aist/coq2html/issues/17 by wiping out all end of line white spaces in block comments. The drawback is that the end-of-line-two-spaces " " syntax of markdown to force line breaks is no longer available in block comments. But at least we get a nice and consistent output. The end-of-line-backslash "\" syntax for line breaks remains available.