> Inline roles in paragrpahs work just fine. This word should be {bold}`bold`. > This table works just fine. | Name | Syntax | |---------------|-------------| | Bold | **Bold** | | Emphasis | *Empasis* | | Literal | `Literal` | > Whereas inline roles in tables seems to freeze the preview engine. | Name | Syntax | Role | |---------------|-------------|--------------------------------| | Bold | **Bold** | {bold}`bold` | | Emphasis | *Empasis* | {emphasis}`emphasis` | | Literal | `Literal` | {literal}`literal` |