File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ preprocessor, `mdbook-course`. The following conventions are mandatory:
159
159
** must** use the ` {{%session outline%}} ` or ` {{%segment outline%}} ` helpers.
160
160
- ** File Includes:** Code for exercises and their solutions ** must** be included
161
161
from external files using the standard ` mdbook ` ` {{#include ...}} ` helper.
162
+ - ** Translation Directives:** To prevent an element (such as a paragraph, code
163
+ block, or list item) from being translated, place a
164
+ ` <!-- mdbook-xgettext: skip --> ` comment on a line by itself, followed by a
165
+ blank line, immediately before the element.
162
166
163
167
For a complete explanation of the custom helpers and all available frontmatter
164
168
fields, please refer to the [ ` mdbook-course ` README] ( mdbook-course/README.md ) .
You can’t perform that action at this time.
0 commit comments