From 8dccd13b7381fe9f74828f59a49b359515a9591e Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 16 Aug 2024 11:23:55 -0600 Subject: [PATCH] add requirement that document have LF newlines [skip ci] --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index b1a077e..db23b5c 100644 --- a/README.adoc +++ b/README.adoc @@ -37,6 +37,8 @@ Rather, it's intended to be used on AsciiDoc documents that are written with con == Supported syntax +In order for downdoc to convert an AsciiDoc document, it must have lines that end with LF (`\n`), not CRLF (`\r\n`). + Here's a rough list of the AsciiDoc syntax that downdoc current handles: * document title (atx-style only; Markdown-style headings not supported)