Skip to content

Commit

Permalink
URL not woking in README (errbotio#1572)
Browse files Browse the repository at this point in the history
* URL not woking in README

The link in 'supports markdown extras formatting' (https://pythonhosted.org/Markdown/extensions/extra.html) seems to be not woking.

* docs: add info to CHANGES

Co-authored-by: Sijis Aviles <[email protected]>
  • Loading branch information
fernand0 and sijis committed Jan 1, 2024
1 parent a40eb66 commit 69e71ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ v9.9.9 (unreleased)
-------------------

fixes:

- docs: add unreleased section (#1576)
- docs: update broken URL for Markdown Extra (#1572)


v6.1.9 (2022-06-11)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Developer features
- Presetup storage for every plugin i.e. ``self['foo'] = 'bar'`` persists the value.
- Conversation flows to track conversation states from users.
- Webhook callbacks support
- supports `markdown extras <https://pythonhosted.org/Markdown/extensions/extra.html>`_ formatting with tables, embedded images, links etc.
- supports `markdown extras <https://markdown-extra.readthedocs.io/>`_ formatting with tables, embedded images, links etc.
- configuration helper to allow your plugin to be configured by chat
- Text development/debug consoles
- Self-documenting: your docstrings become help automatically
Expand Down

0 comments on commit 69e71ce

Please sign in to comment.