Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 660 Bytes

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.