[racket] Sintrapara styling?
At Fri, 27 Jul 2012 11:30:08 -0400, Danny Yoo wrote:
> Questions on Scribble:
>
> We're in the middle of customizing how our Scribble documents look in
> the browser. One of the structures we see are Sintrapara elements.
> Is it safe to override the styling of these? When are they introduced
> into the document structure, and what role do they play?
It's for a block that is within a compound paragraph. Yes, you can
change the style, and you probably want to change it consistently with
<p>.
> Also, we see
> a lot more <p> paragraph elements than we expected to see; what rules
> specify when a paragraph element is being introduced? For example,
> we're seeing them in every @item of an @itemlist, and don't understand
> why.
An item contains a sequence of blocks, paragraphs are the most common
kind of block, and <p> goes around paragraphs.