Replit Deprecated
About 158 wordsLess than 1 minute
2025-10-08
Deprecated
Replit has discontinued support for its online code editor service. This plugin is no longer recommended. Consider using CodeSandbox or JSFiddle as alternatives.
The theme supports embedding Replit in Markdown files.
Configuration
This feature is disabled by default. You can enable it in the configuration file.
.vuepress/config.ts
export default defineUserConfig({
theme: plumeTheme({
markdown: {
replit: true,
},
})
})Syntax
Basic syntax:
@[replit](user/repl-name)Extended options:
@[replit title="" width="100%" height="450px" theme="dark"](user/repl-name#filepath)title: Titlewidth: Container widthheight: Container heighttheme: Theme, options:darkandlightuser: Replit usernamerepl-name: Replit repl namefilepath: Default file path to open in Replit
Examples
Input:
@[replit](@TechPandaPro/Cursor-Hangout#package.json)Output:
