A bold title/text editor to accent certain parts
npm install @ef2/strapi-plugin-bold-title-editorA bold title/text editor to accentuate certain parts through HTML or Markdown.
This plugin has been refactored to use only Strapi v5. For older releases see npm.
- Different output options: choose between HTML and Markdown.
- Actions: accentuate certain parts, preview code output and clear text format.
``shUsing Yarn
yarn add @ef2/strapi-plugin-bold-title-editor
Then, you'll need to build your admin panel:
`sh
Using Yarn
yarn buildOr using NPM
npm run build
`🎉 Usage
$3
#### React/Next.js
`tsx
`#### Vue
`html
`$3
#### React
`tsx
import ReactMarkdown from 'react-markdown'; ;
``