From 467af07b765d0e2f6863a1028ce696414c6cfc74 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 23 Jan 2017 14:49:03 -0600 Subject: [PATCH] Add br to scrubl --- mudsync/scrubl.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mudsync/scrubl.scm b/mudsync/scrubl.scm index d25200f..88438be 100644 --- a/mudsync/scrubl.scm +++ b/mudsync/scrubl.scm @@ -127,5 +127,6 @@ Pass in optional extra ARGS to the main META-WRITE" (define scrubl-sxml (make-scrubl `((p . ,(scrubl-sxml-simple-field 'p)) (strong . ,(scrubl-sxml-simple-field 'strong)) ; usually bold - (emph . ,(scrubl-sxml-simple-field 'em))) ; usually italicized + (emph . ,(scrubl-sxml-simple-field 'em)) + (br . ,(scrubl-sxml-simple-field 'br))) ; usually italicized scrubl-sxml-write)) -- 2.31.1