The default Europa preset.
Install using your preferred package manager. For example;
$ npm install --save europa-preset-default
Then, in order to activate this preset;
// Import europa-core implementation (e.g. `europa`, `node-europa`)
import preset from 'europa-preset-default';
Europa.registerPreset(preset);
// ...
However, Europa Core implementations automatically register this preset by default, so you should not need to do anything to use this preset and all of its plugins.
The following Europa plugins are included in this preset:
- europa-plugin-bold
- europa-plugin-code
- europa-plugin-description
- europa-plugin-details
- europa-plugin-header
- europa-plugin-horizontal-rule
- europa-plugin-image
- europa-plugin-italic
- europa-plugin-line-break
- europa-plugin-link
- europa-plugin-list
- europa-plugin-paragraph
- europa-plugin-preformatted
- europa-plugin-quote
If you have any problems with this Europa preset 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.