summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-22 14:11:59 -0400
committerJune McEnroe <june@causal.agency>2020-04-22 14:11:59 -0400
commited586a1dadafe5adcf58440b9bbcd6bf49619f2f (patch)
tree5943e86696614cc26fb46b26e1bc6639d6844f07
parentRender id, description and language as <pre> attributes (diff)
downloadbubger-ed586a1dadafe5adcf58440b9bbcd6bf49619f2f.tar.gz
bubger-ed586a1dadafe5adcf58440b9bbcd6bf49619f2f.zip
Remove HTML inline TODOs
format=flowed, because it's not very useful for display, more useful for
composing, <https://fastmail.blog/2016/12/17/format-flowed/>.

Quoting because I believe <blockquote> is not allowed inside <pre> (it's
not "phrasing content") and <q> just seems awkward.
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index bead159..5f7dc16 100644
--- a/html.c
+++ b/html.c
@@ -205,8 +205,6 @@ int htmlInlineAttrs(FILE *file, const struct BodyPart *part) {
 }
 
 int htmlInline(FILE *file, const struct BodyPart *part, const char *content) {
-	// TODO: format=flowed
-	// TODO: Process quoting -> <blockquote>
 	// TODO: Process diffs -> <ins>, <del>
 	return 0
 		|| templateRender(file, TEMPLATE(<pre), NULL, NULL)
'2018-03-31 18:45:01 -0400'>2018-03-31Tweak colors in schemeJune McEnroe 2018-03-31Add scheme.png targetJune McEnroe 2018-03-31Generate Terminal.app color schemeJune McEnroe Colors still very much WIP, but coming along. 2018-03-31Generate basic ANSI color schemeJune McEnroe 2018-03-31Add hex output to schemeJune McEnroe 2018-03-31Add color scheme PNG generatorJune McEnroe 2018-03-31Simplify gfxx palette generationJune McEnroe 2018-03-31Switch to HSV for gfxx palette generationJune McEnroe 2018-03-30Generate default palette in gfxxJune McEnroe 2018-03-30Ignore build and cloneJune McEnroe 2018-03-30Set g:clipboard to pb{copy,paste} alwaysJune McEnroe Previously neovim would use these automatically if it found them, but now it only checks for them on macOS. pbd continues to work well. 2018-03-28Add d-_-b crateJune McEnroe