Sources:

The inline option is not included in the theme due to performance issues, it needs to be downloaded on the side.

Use the option faded to remove borders, paddings and title to the embed note.

Use the option inline to create an embed that will be as much as possible “in the flow” of the current text. When it can, the embed will be inlined.

Examples

Markdown

This is a ![[#^word|faded]] inlined in the sentence.

Result

This is a word inlined in the sentence.

Image


Markdown

The following sentence comes from an embed. ![[#^sentence|faded]]

Result

The following sentence comes from an embed. The quick brown fox jumps over the lazy dog.

Image


Markdown

Trying to embed a multi-lines block won't make it inline. ![[linebreaks|faded]]

Result

Trying to embed a multi-lines block won't make it inline.
This block contains line breaks.
Therefore, it won't be inline.

Image


Markdown

Trying to embed a list won't make it inline either. ![[list|faded]]

Result

Trying to embed a list won't make it inline either.
    - Otherwise, it would break the flow

Image


Image