diff options
-rw-r--r-- | ekdosis.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 4335c78..9772a39 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -8342,7 +8342,7 @@ end | |||
8342 | 8342 | ||
8343 | local function linestotei(str) | 8343 | local function linestotei(str) |
8344 | -- str = "\n<l>"..str | 8344 | -- str = "\n<l>"..str |
8345 | str = string.gsub(str, "^%s?(.-)\\\\%!?%s?$", "\n<l>%1</l>\n") | 8345 | str = string.gsub(str, "^%s?(.-)\\\\[%!%*]?%s?$", "\n<l>%1</l>\n") |
8346 | -- str = gsub(str, endpoem, "</l>\n") | 8346 | -- str = gsub(str, endpoem, "</l>\n") |
8347 | str = gsub(str, poemline * spcenc^-1 * lpeg.P(">"), "\n<lb/>") | 8347 | str = gsub(str, poemline * spcenc^-1 * lpeg.P(">"), "\n<lb/>") |
8348 | str = gsub(str, poemline * spcenc^-1, "</l>\n<l>") | 8348 | str = gsub(str, poemline * spcenc^-1, "</l>\n<l>") |