Fixing newlines handling by documentation translations.

This commit is contained in:
John Livingston
2023-07-17 15:14:27 +02:00
parent fd2e4f5f9e
commit c972dd2d48
36 changed files with 8561 additions and 21047 deletions

View File

@ -54,8 +54,8 @@ function generatePo4aConf() {
echo -n 'opt:"--option markdown" ' >> $po4afile
# keys from the «Front Matter» section to translate:
echo -n 'opt:"--option yfm_keys=title,description" ' >> $po4afile
# dont wrap lines:
echo -n 'opt:"--option neverwrap" ' >> $po4afile
# # dont wrap lines:
# echo -n 'opt:"--option neverwrap" ' >> $po4afile
# handling hugo directive (when full line). For example: {{% notice tip %}}, {{% children %}}, ...
echo -n 'opt:"--option breaks=' >> $po4afile