diff --git a/notes.txt b/notes.txt deleted file mode 100644 index b62595c..0000000 --- a/notes.txt +++ /dev/null @@ -1,42 +0,0 @@ -indentation for syntax in tty and roff -does the table need the non-breaking space for the filling in roff? -indentation for syntax may not require non-break spaces -test empty cat -there should be no errors other than actual IO -make the html definition lists look better. E.g. do they need a colon? -check indentation of lists: subtract prefix length - -[refactor] -stop on errors earlier where possible -denormalize individual render functions -support single line in indent, indentOnly option -escape is more generic than editor: -- could replace editor -- maybe indent, too -- could become its own library -- could be used in HTML, too -collect the common transformations: -- escape -- wrap -- collapse to single line -- fill spaces -- convert spaces -- width and height calculations -- ... -identify the order of these transformations while rendering the different entries: -- tty: - - title - - paragraph - - ... -- roff: - - title - - paragraph - - ... -- md: - - title - - paragraph - - ... -- html: - - title - - paragraph - - ...