Skip Navigation

Sign up

If you sign up for an account on this web site you can customise elements of this site and subscribe to an email newsletter.

If you have an account on this web site you may login.

If you have an account on this site but have forgotten your user name and / or your password then you can request an account reminder email.

Text Component Formatting

This page is a brief description of basic text formatting features – For a full specification, see the Structured Text Version 1.0 spec page.

The easiest way to write text in an MKDoc document is to create a text component and start typing, there is no need to worry about formatting or HTML, everything is joined-together naturally by the MKDoc software.

MKDoc uses some simple traditional rules to format your text. For example, you create multiple paragraphs by just leaving an empty line before starting the next.

Headings

More advanced text formatting such as titles or headlines can be used, MKDoc understands a traditional typewriter style of adding this kind of emphasis:

This is a large heading
=======================

Turn some text into a large heading by adding a row of equal signs
underneath.

This is a smaller heading
-------------------------

Small headings are created exactly the same way but with dashes
instead of equal signs.

Which then appears like this when you view the web-page:

This is a large heading

Turn some text into a large heading by adding a row of equal signs underneath.

This is a smaller heading

Small headings are created exactly the same way but with dashes instead of equal signs.

Lists

Some other formatting that MKDoc understands is lists of items, just add an asterisk to the start of each line and this will appear as a proper bullet, or use numbers with dots to create a numbered list:

* This is a bulleted list.
* This is a bulleted list.
* This is a bulleted list.

1. This is a numbered list.
2. This is a numbered list.
3. This is a numbered list.
  • This is a bulleted list.

  • This is a bulleted list.

  • This is a bulleted list.

  1. This is a numbered list.

  2. This is a numbered list.

  3. This is a numbered list.

Text Emphasis

You can make words strong and emphasised using asterisks and underscores.

You can make *words strong* and _emphasised_ using asterisks and
underscores.

See Also

For more complex formatting such as tables you need to use a HTML component, see the HTML Component documentation from MKDoc 1.0.

Up

This document was last modified by Bruno Postle on 2004-10-13 12:20:30
MKDoc Ltd., 31 Psalter Lane, Sheffield, S11 8YL, UK.
Copyright © 2001-2005 MKDoc Ltd.