You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/18 09:27:03 UTC

[GitHub] [airflow] uranusjr commented on pull request #22854: Render list items in rendered fields view

uranusjr commented on PR #22854:
URL: https://github.com/apache/airflow/pull/22854#issuecomment-1101257645

   This works well it you only pass JSON-ish values, but in practice values in `op_args` and `op_kwargs` can be any valid Python objects, which would break JSON rendering. I would stick to `python`; if you feel the highlighting is suboptimal, you should improve the Python syntax highlighting code (by contributing to Pygments I think), but switching to a superficial alternative that accidentally looks better.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org