This is a normal paragraph with an inline tag sitting in the middle of the sentence. The word inlineCode should look the same size as the body text and the same size as the block below.
Here is a fenced code block:
function greet(name: string) {
const message = `Hello, ${name}!`;
return message;
}
And a comparison line: body text → inline tag → end of line.
- List item with an inline tag inside it
- Another item: const x = 42
▎ Blockquote with an inline tag to check it inherits correctly.
What to look for:
- The `inline tag` spans and the text inside the ``` fenced block should be **the same size** (13px now).
- Both should match the surrounding paragraph body text — no more tiny 10px code.
If you want to test it directly in the editor, type a backtick around a word for the inline tag, and use the "/code" slash command (or paste the fenced block) for the code block. Then open the same announcement in the
renderer/reader view to confirm both sides agree.