diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-04 08:38:29 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-04 08:38:29 -0600 |
commit | 5ea4ebb1630277956d794d6c393ee0f29f09ed1d (patch) | |
tree | 94e05f1e67d64e0266dcf58204daf48861a17058 /transfer.md | |
parent | 1cf6afb788a681fc379d58d7f1cb69eb1690dba9 (diff) | |
download | podman-5ea4ebb1630277956d794d6c393ee0f29f09ed1d.tar.gz podman-5ea4ebb1630277956d794d6c393ee0f29f09ed1d.tar.bz2 podman-5ea4ebb1630277956d794d6c393ee0f29f09ed1d.zip |
markdown-preprocess: force extra newline on comments
go-md2man happily ignores our comment lines in most cases,
but sphinx (used in readthedocs) cannot deal with comments
if they immediately follow any other content line:
blah blah
[//]: # (my comment)
...the whole comment line is actually rendered in its output.
Only solution seems to be to add extra newlines before each
comment. Makes diff and PR review harder, but otherwise has
no effect on the rendered documents.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'transfer.md')
0 files changed, 0 insertions, 0 deletions