![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
mkdocs-bulma-classes-plugin
Advanced tools
Add support to Bulma CSS framework in Mkdocs.
Inspired by mkdocs-bootstrap-tables-plugin.
This plugin inject first in the Markdown of the page and then in the raw html elements produced by Mkdocs from Markdown all necessary classes for styling with Bulma framework. I'll try to follow in the most pedantic way the last CommonMark specification released before supporting other versions.
Table of Contents:
Use pip to install the plugin (or use your preferred dep manager for Python, like Poetry for me):
pip install mkdocs-bulma-classes-plugin
Activate the plugin in your mkdocs.yml
config file:
plugins:
- bulma-classes
If you have no
plugins
entry in your config file yet, you'll likely also want to add thesearch
plugin. MkDocs enables it by default if there is noplugins
entry set.
You doesn't need to do anything. When you build your docs with Mkdocs, after HTML page generation, this pluging inject in your tags the proper CSS class for Bulma. For example, your # Heading 1
will produce the following HTML code:
<h1 id="heading-1">Heading 1</h1>
but enabling this plugin will produce this:
<h1 id="heading-1" class="title is-1">Heading 1</h1>
necessary for Bulma to render this title:
For more info, look at docs.
Take a look at my Bulma Theme for Mkdocs.
Contributions are welcome.
FAQs
Add support to Bulma css framework in Mkdocs
We found that mkdocs-bulma-classes-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.