Skip to content

Commit

Permalink
v0.1.3 code block css
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Sep 28, 2023
1 parent e6bca59 commit 53d2d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions httpmdhtml/md_to_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def markdown_to_html(
body { background-color: #272822; color: #e6edf3; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; position: relative; max-width: 960px; margin: auto; line-height: 1.5; }
a[href] { color: #66d9ef; }
code { color: #e6edf3; background-color: #343941; font-family: monospace; padding: .2em .4em; border-radius: 6px; }
pre { padding: 1em; border-radius: 6px; background-color: #161b22; }
pre code { background-color: #161b22; }
pre { padding: 1em; border-radius: 6px; background-color: #161b22; overflow-x:auto; }
pre > code { background-color: #161b22; padding: 0px 0px; }
table, th, td { border: 1px solid; border-collapse: collapse; padding-left: 4px; padding-right: 4px; }
img { max-width: 100%; }
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name="httpmdhtml",
version="0.1.2",
version="0.1.3",
license="gpl-3.0",
author="John Hupperts",
author_email="[email protected]",
description="HTTP server that converts markdown to HTML",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/treatmesubj/python-md-to-html-server",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.1.2.tar.gz",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.1.3.tar.gz",
packages=["httpmdhtml"],
package_dir={"python-md-to-html-server": "httpmdhtml"},
project_urls={
Expand Down

0 comments on commit 53d2d76

Please sign in to comment.