Skip to content

theacodes/gfm-markdown-description-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead of di:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Github-Flavored Markdown Example Project

No docutils, pandoc, or any other tricks! Just a README.md and a setup.py.

This is forked from @di/markdown-description-example.

See the source for this project here: https://github.com/jonparrott/gfm-markdown-description-example.

Instructions to do this for your project are here: https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi

What we can do:

We can do normal markdown stuff like italics and bold text.

  • Lists
  • Are
  • Fun
  • Too
    • (But please use responsibly)

Code blocks:

>>> pypi_supports_markdown
True

But now you can also do GitHub fun stuff like tables:

foo bar
baz bim

And Strikethrough. And autolinks such as https://blog.jonparrott.com. :)

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%