Home

Inlines Block

This is a block type used in Stencila Schema for inline content without paragraph semantics.

It exists to wrap inline content as a block when a container requires block structure but a full paragraph would introduce misleading semantics or spacing. It is especially useful during coarse decoding and similar workflows that need a minimal block wrapper around executable inline content.

Key properties include the inline content.

Analogues

The following external types, elements, or nodes are similar to a InlinesBlock:

  • HTML <div>: Closest HTML container analogue for grouping inline content without paragraph semantics.

  • Pandoc Plain: Closest Pandoc block analogue for inline content that is block-positioned but not paragraph-like.

  • MDAST Paragraph: Only an approximate MDAST analogue because Markdown commonly uses paragraphs for inline block content and has no dedicated semantics-free inline block wrapper.

Properties

The InlinesBlock type has these properties:

NameDescriptionTypeInherited from
contentThe contents of the block.Inline*-
idThe identifier for this item.StringEntity

Related

The InlinesBlock type is related to these types:

Bindings

The InlinesBlock type is represented in:


This documentation was generated from InlinesBlock.yaml by docs_types.rs.

© 2026 Stencila