X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fscrubl.scm;h=88438be8f14ff26c03d63ee95243250a59c09959;hp=d25200fbcd9d8cd5ede9a460e49eb00012c8d162;hb=467af07b765d0e2f6863a1028ce696414c6cfc74;hpb=80b100aa206cc865238f055d8c2b809586566064 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))