pikpokjeon / custom-MTH

Write in custom MD and parse it to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-MTH

Write in custom Markdown and parse it to HTML DOM

project start - 2022-10-23 Current status - draft

custom markdown example

<--
    h1# Custom Title /
    h3# Types /
    -> Tag with open-close 
    -> Tag that doesnt wrap child
    -> text without particular wrap tag
    -> Independent Tag usage
    
    > h4# Notice
    > 1,2,3,4,5,,,
-->
<--

    #h3 Code /
    example code /
    ```
    h7# title
    -> 1
    -> 2
    ---

    ```
    <section>
    <h3> Code </h3> <br />
    example code <br />
    <code>
    <h7> title </h7>
    <ul>
        <li> 1 </li>
        <li> 2 </li>
    </ul>
    </section>
    ```

-->

Supported Markdown corresponding to Tag

[Current Update] 2022-10-23

Index


Blocks

Text

Color

List

Link

About

Write in custom MD and parse it to HTML

License:Apache License 2.0


Languages

Language:HTML 100.0%