-
|
I've a GitHub project under MPL 2.0. To use the Mozilla Public License 2.0 I need to add a license notice header to each source file, stating it is under MPL 2.0. The problem I'm facing is with Markdown files. I've used the following Markdown comment "header" in each file: The problem I have in Weblate UI is that these 4 lines appear for translation which is not my intention:
Does Weblate support comments in Markdown format in a different manner? How can I apply a filter for lines like these or how to skip first X lines in a file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Weblate parser follows CommonMark, but I don't know it in more detail. If nothing else, HTML comments should work. |
Beta Was this translation helpful? Give feedback.
Weblate parser follows CommonMark, but I don't know it in more detail. If nothing else, HTML comments should work.