Skip to content

Add <hr> support #14

@CarsonSlovoka

Description

@CarsonSlovoka

old:

mmd.js/mmd.js

Lines 23 to 25 in cd7f487

.forEach(function(b, f, R)
{
f=b[0];

new:

.forEach(function(b, f, R) 
 {
        if (b === "----") {  // 👈 add this
             h += `<hr>`
             return
        } 
 	f=b[0]; 
        // ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions