On 01/09/2021 13:34, Francesco Potortì wrote:
> Package: python3-pygments
> Version: 2.7.1+dfsg-2.1
> Severity: normal
> X-Debbugs-Cc: none, Francesco Potortì <poto...@isti.cnr.it>
>
>   get_lexer_by_name("markdown")
> does not work: it does not find the lexer.
> However,
>   get_lexer_by_name("md")
> works, so this is a bug with a workaround.
>
>   get_lexer_by_name("output")
> does not work: it does not find the lexer.
> This time, it seems that OutputLexer is not really there, as
>   from pygments.lexers import OutputLexer
> does not work either.

If the version (2.7.1) is correct, this is expected: the "markdown"
alias is new in 2.8.0, while the Output lexer is new in 2.10.0.

Reply via email to