markup icon indicating copy to clipboard operation
markup copied to clipboard

Symbolic Readme.pod breaks formatting

Open mackyle opened this issue 6 years ago • 2 comments

A "Readme.pod" file is correctly formatted as Perl POD documentation and looks nice.

However, this breaks:

Readme.pod -> somefile.pl
somfile.pl # contains POD

It renders very badly. The entire file gets wrapped into one giant text blob mess.

See https://github.com/mackyle/git-changelog-smudge#readme for an example of the badness.

mackyle avatar Sep 17 '19 03:09 mackyle

Sorry, that should be:

Readme.pod -> somefile.pl
somefile.pl # contains POD

The example (https://github.com/mackyle/git-changelog-smudge#readme) has it correct.

mackyle avatar Sep 17 '19 03:09 mackyle

Possibly a duplicate of https://github.com/github/markup/issues/1253

eserte avatar Jul 09 '22 10:07 eserte