You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ANSI writer, of necessity, has a bunch of hardcoded aesthetic decisions, as discussed in the review history of #9565. There should be an API to provide a stylesheet to the ANSI writer and a user interface for constructing such stylesheets/overriding parts of the default, using e.g. the defaults file.
The stylesheet could look something like:
dataStylesheet=Stylesheet{styleCode::DocText->DocText,
styleBullet::Text,
styleBlockQuoteBorder::Text,
styleH1::DocText->DocText,
-- and so on}
The user interface could look something like:
ansi_style:
code:
bg: whitefg: redh1:
weight: boldalign: center
The text was updated successfully, but these errors were encountered:
The ANSI writer, of necessity, has a bunch of hardcoded aesthetic decisions, as discussed in the review history of #9565. There should be an API to provide a stylesheet to the ANSI writer and a user interface for constructing such stylesheets/overriding parts of the default, using e.g. the defaults file.
The stylesheet could look something like:
The user interface could look something like:
The text was updated successfully, but these errors were encountered: