Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.1 - 2024-08-30
Added
- Re-export available anchors from the toc plugin.
Fixed
- Footnotes multiline note with softbreaks.
0.7.0 - 2023-12-19
Added
- Support for Lume 2.
Removed
- Support for Lume 1.
0.6.0 - 2023-10-29
Added
- TOC: New option
slugify
to configure how the ids are generated- It can be a function
(value: string) => string
- Or an object with the options for the
createSlugifier
function. If it’s not set, a new slugifier is created with the default options.
- It can be a function
Changed
- TOC plugin requires Lume v1.19.3
0.5.1 - 2023-08-01
Fixed
footnotes
plugin attributes.
0.5.0 - 2023-05-06
Added
footnotes
plugin.
0.4.0 - 2023-03-14
Added
- New
attribute
option toimage
plugin to select the first image with a specific attribute (By default ismain
) instead of the first image found. For example:![alt](/image.png){main}
0.3.0 - 2023-01-28
Added
transform
option totitle
plugin.
0.2.0 - 2023-01-03
Added
image
plugin.- Lume plugins to install the markdown plugins more easily.
Changed
title
plugin doesn’t override the existing value if exists.
0.1.0 - 2022-09-12
Added
toc
plugin.title
plugin.