Eronarn commented on issue #4277: [AIRFLOW-3217] Airflow log view and code view should wrap URL: https://github.com/apache/airflow/pull/4277#issuecomment-496567089 ``` html_code = highlight( code, lexers.PythonLexer(), HtmlFormatter(linenos="inline")) ``` Switching to this in `views.py` would result in wrap-compatible line numbers for the code view but also break copying and pasting. It doesn't look like pygments has an out of the box solution that does both.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
