Code
1 Plugin
Code Plugin
Inline code and fenced code blocks with syntax highlighting. Handles both single-backtick inline code and triple-backtick code blocks.
Usage
setup.ts
Inline Code
Renders single-backtick `code` as inline monospace elements. Perfect for referencing function names, variables, file paths, or short snippets within paragraph text.
inline-code.md
Keyboard shortcut: Ctrl/⌘ + E — wraps the current selection in backticks.
Fenced Code Blocks
Fenced code blocks with triple-backtick syntax. Specify the language after the opening fence for syntax highlighting.
code-blocks.md
Keyboard shortcut: Ctrl/⌘ + Shift + C — inserts a code block.
© 2026 SynclineMDX Editor. All rights reserved.