diff --git a/Sources/Generator/Generators/PageContentGenerator.swift b/Sources/Generator/Generators/PageContentGenerator.swift index efcd7ae..ba8b825 100644 --- a/Sources/Generator/Generators/PageContentGenerator.swift +++ b/Sources/Generator/Generators/PageContentGenerator.swift @@ -103,7 +103,7 @@ struct PageContentGenerator { // For videos: ![option1,option2,...](file) // For svg with custom area: ![x,y,width,height](file.svg) // For downloads: ![download](file1, text1; file2, text2, (download-name); ...) - // For a simple boxes: ![box](title;body) + // For a simple box: ![box](title;body) // A fancy page link: ![page](page_id) // External pages: ![external](url1, text1; url2, text2, ...) guard let fileAndTitle = markdown.between(first: "](", andLast: ")").removingPercentEncoding else {