Europa plugin to convert HTML tags to Markdown bold text
npm install europa-plugin-boldA Europa plugin to convert HTML tags to Markdown bold text.



* Install
* Converted Tags
* Examples
* Bugs
* Contributors
* License
Install using your preferred package manager. For example;
`` bash`
$ npm install --save europa-plugin-bold
Then, in order to activate this plugin;
` typescripteuropa
// Import europa-core implementation (e.g. , node-europa)
import plugin from 'europa-plugin-bold';
Europa.registerPlugin(plugin);
// ...
`
However, this plugin belongs to the europa-preset-default, which is registered with all Europa Core implementations by default,
so you should not need to do anything to use this plugin.
The following HTML tags are converted by this plugin:
* BSTRONG
*
HTML:
` html`
Europa is amazing!
Markdown:
` markdown``
Europa is amazing!
If you have any problems with this Europa plugin or would like to see changes currently in development you can do so
here.
If you want to contribute, you're a legend! Information on how you can do so can be found in
CONTRIBUTING.md. We want your suggestions and pull
requests!
A list of Europa contributors can be found in AUTHORS.md.
Copyright © 2022 neocotic
See LICENSE.md for more information on
our MIT license.