From 50221313c577a2e9f01a3a6b12c8e54594f13126 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 24 Feb 2026 00:35:05 +0800 Subject: Updated all-in-one docs. --- spec/inputs/compile_doc.yue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'spec/inputs') diff --git a/spec/inputs/compile_doc.yue b/spec/inputs/compile_doc.yue index 161c077..c26fced 100644 --- a/spec/inputs/compile_doc.yue +++ b/spec/inputs/compile_doc.yue @@ -61,5 +61,9 @@ for [compiledFile, docFile, docFiles] in *docs close output = with io.open "#{outputFolder}/#{compiledFile}", "w+" \write table.concat codes close output2 = with io.open "#{docFolder}/#{docFile}", "w+" - \write table.concat docTexts, "\n" + \write (table + .concat docTexts, "\n" + \gsub "\n\n", "" + \gsub "%-%-%-.-%-%-%-\n\n", "" + \gsub ".-\n\n", "") -- cgit v1.2.3-55-g6feb