Skip to content

KeithIMyers/mkdocs-include-html-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Keith I MyersKeith I Myers
Keith I Myers
and
Keith I Myers
Jul 14, 2024
fb89ef8 · Jul 14, 2024

History

8 Commits
Jul 14, 2024
Jul 14, 2024
Jul 14, 2024

Repository files navigation

mkdocs-include-html-plugin

Currently a WIP - Does not yet function as expected

Description

This plugin will look for the presence of any of the following files in a directory and if found, they will be appended to all markdown files in that directory during the mkdocs build process.

  • .include.html
  • .include.js

This allows users of mkdocs to selectively include custom html or javascript in specific pages on a website built with mkdocs instead of sitewide.

Installation

Install Plugin With pip3

pip3 install beautifulsoup4
pip3 install git+https://github.com/KeithIMyers/mkdocs-include-html-plugin.git

Include Plugin In Your mkdocs.yml

plugins:

  • include_html_plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages