Skip to content

Commit

Permalink
🏗️ bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 20, 2024
1 parent 85ceabf commit f44ec4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history

## markdown-customblocks 1.5.3 (2022-12-20)

- map: fix: Geocoding failed because now requires user agent

## markdown-customblocks 1.5.2 (2022-12-04)

- Fixed documentation link in metadata
Expand Down
4 changes: 2 additions & 2 deletions docs/generators-twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Embeds a tweet in a privacy safe way.
## Example

```markdown
::: twitter votomitico 1193240526373507072 theme=dark lang=es track=true
::: twitter votomitico 1193240526373507072 theme=dark
```

::: twitter votomitico 1193240526373507072 theme=dark lang=es track=true
::: twitter votomitico 1193240526373507072 theme=dark

## Options

Expand Down
2 changes: 1 addition & 1 deletion docs/generators-wikipedia.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wikipedia (`customblocks.generates.wikipedia`)

Generates a [linkcard](generators-linkcard.md) from from a lemma for the Wikipedia.
Generates a [linkcard](./generators-linkcard.md) from from a lemma for the Wikipedia.

The difference with a `linkcard` is that
instead of the full url to the article
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "markdown-customblocks"
version = "1.5.2"
version = "1.5.3"
description='Python Markdown extension to add custom parametrizable and nestable blocks'
authors = [
{ name="David García Garzón", email="[email protected]" },
Expand Down

0 comments on commit f44ec4e

Please sign in to comment.