A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/becksta-dev/markdown-underline below:

becksta-codes/markdown-underline: Python Markdown extension to use ++some text++ to underline text

Markdown Extension for Underline

This is an extension for Python-Markdown to support underlined text using ++ markers.

This is ++underlined Text++ 

will be rendered to:

<p>This is <u>underlined Text</u></p>

The markdown-underline package can be installed via:

pip install markdown-underline

The following python code shows how to use the underline extension:

import markdown

text = "This is ++underlined Text++"

html = markdown.markdown(text, extensions=['underline'])
print(html)

This project is licensed under the terms of the GNU General Public License v3.0.
See the LICENSE file for details.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4