ashinn / chibi-scheme

Official chibi-scheme repository
Other
1.22k stars 141 forks source link

Add support for SXML indentation on output. #867

Closed arthurgleckler closed 2 years ago

arthurgleckler commented 2 years ago

This adds a second optional argument to sxml-display-as-html. If true, it adds newlines and indentation where appropriate. This makes reading the HTML easier.

lassik commented 2 years ago

We should probably use keyword arguments or a settings object of some kind. It's not easy to predict what options will be added in the future.