From: Christopher Allan Webber Date: Mon, 23 Jan 2017 20:49:03 +0000 (-0600) Subject: Add br to scrubl X-Git-Tag: fosdem-2017~94 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=467af07b765d0e2f6863a1028ce696414c6cfc74 Add br to scrubl --- 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))