Foremark

Write a beautiful, sharable
document using a text editor.
Foremark is currently under development — You might find some features incomplete or broken.

Foremark is a technology for writing a plain-text document which renders nicely on a web browser.

It does not require a plugin, pre-compilation process, or dedicated viewer software.

Example.fm.xhtml
            **Hello**

Welcome to _Foremark_!

:::           .----------.
::: Write --> | Document | --> Web Browser
:::           '----------'
Example

Hello

Welcome to Foremark!

Why Use Foremark?

Get Started

Copy the following code, save it as hello.fm.xhtml, and open it with a web browser.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><pre><![CDATA[

                            **Title**

Welcome to Foremark!

:::           .----------.
::: Write --> | Document | --> Web Browser
:::           '----------'

# Section

## Subsection

Content

]]></pre> <!-- Foremark footer -->
<script src="https://unpkg.com/foremark/browser/foremark.js" async="async"/></html>

Next step: Book Reference Manual

Foremark Is Powered By...