Metadata-Version: 2.1
Name: YAMDOG
Version: 0.1.1
Summary: Yet Another Markdown Only Generator
Home-page: https://github.com/Limespy/YAMDOG
Author: Limespy
Author-email: 
License: MIT
Project-URL: Changelog, https://github.com/Limespy/YAMDOG/blob/main/README.md#Changelog
Project-URL: Issue Tracker, https://github.com/Limespy/YAMDOG/issues
Keywords: markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# YAMDOG <!-- omit in toc -->

Yet Another Markdown Only Generator

## Examples

> |  a  |  b  |                       $\leq$                      |
> | :-- | :-: | ------------------------------------------------: |
> |  1  |  2  | [$\leq$](https://www.snakemd.io/en/latest/usage/) |
> |  3  |  4  |                         5                         |
> |  7  |  8  |                         9                         |

- Just a text
- Sublist
    - a
    - b
- > |  a  |  b  |                       $\leq$                      |
  > | :-- | :-: | ------------------------------------------------: |
  > |  1  |  2  | [$\leq$](https://www.snakemd.io/en/latest/usage/) |
  > |  3  |  4  |                         5                         |
  > |  7  |  8  |                         9                         |
- second sublisting, definition
    : First definition
    : Second definition

