Is it possible to turn off syntax highlighting for .txt files in Gitlab?

I would like to disable syntax highlighting and enable (if possible) soft packaging for .txt files in Gitlab. It can be done?

+3


source to share


1 answer


Disable syntax highlighting: doesn't seem to be: https://github.com/gitlabhq/gitlabhq/issues/8404

Similar issue for codeblocks in markdown: http://feedback.gitlab.com/forums/176466-general/suggestions/6571399-don-t-guess-rendered-code-block-filetype-and-rende



Soft packaging: impossible. It was recently implemented for merge requests: http://feedback.gitlab.com/forums/176466-general/suggestions/5004385-wrap-lines-option-in-the-merge-request but not well taken into account to apply as well to isolated blocks.

I recommend opening feature requests at http://feedback.gitlab.com for both.

+3


source







All Articles