Skip to content

elsholz/PyMarkAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMarkAuth

With PyMarkAuth you can author markdown code simply from python code. To view the source code that generated this readme, take a look at the examples directory!

Here's a list of features

  • lines and paragraphs

  • nested sections

  • text styling

  • links and images

  • nested ordered lists and unordered lists

  • code blocks

  • future features:

    1. Tables
    2. List of emojies (github specific)
    3. programming language enum

Heres some code:

for x in range(10):
    print(f"Hello, World! {x}")

You can also add images and links

You can go to python.org from here.

About

Author MarkDown from a Python script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages