README.pod symlink to Perl module renders incorrectly
- Linguagem predominante
- Ruby
- Estrelas
- 6k
- Forks
- 3.4k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Opening a new issue in an attempt to shine some light on my last comment in #1158 and the behaviour observed rendering the `README.pod` [here](https://github.com/jhthorsen/applify). I have a mixture of private repositories using the same technique that have a mix of success and failure in displaying the expected result and a minimal example of success [here](https://github.com/kiwiroy/markup-1158-plus)
The symlinks are detected as POD as reported [here](https://github.com/jhthorsen/applify/search?l=Pod).
Running locally `github-markup`, `pod2html` converts as expected:
```console
$ git rev-parse --short HEAD
8f436ff
$ bundle show | grep linguist
* github-linguist (7.1.3)
$ bundle exec bin/github-markup ../applify/README.pod | head
NAME
Applify - Write object oriented scripts with ease
VERSION
0.15
DESCRIPTION
$ perl -v | head -n2 | tail -n1
This is perl 5, version 26, subversion 2 (v5.26.2) built for darwin-thread-multi-2level
```
I did some sanity checking in [linguist](https://github.com/github/linguist/compare/master...kiwiroy:markup-1158) with additional tests, they all passed.
Guia de contribuição
Direção de pesquisa
Comece pelo link simbólico README.pod no repositório applify vinculado e compare a renderização do GitHub com a saída local de `github-markup` e `pod2html` mostrada aqui. Revise a detecção do link simbólico relatada no Linguist e os testes adicionais na comparação vinculada; está concluído quando o conteúdo de README.pod for renderizado conforme esperado no GitHub.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- perl, ruby
- Domínio
- documentation
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Pouca atividade
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 42/100