Skip to content

Make F# Formatting compatible with CommonMark #191

@kimsk

Description

@kimsk

There is an attempt to standardized Markdown at CommonMark which I think it's a good idea.

I tried FSharp.Formatting with the sample that Jeff Atwood gives, and the output html is below.

<h1>Hello there</h1>

<p>This is a paragraph.</p>

<ul>
<li>one</li>
<li>two</li>
<li>three</li>
<li><p>four</p></li>
<li>pirate</li>
<li>ninja</li>
<li>zombie</li>
</ul>

I just want to throw the idea around. :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions