Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f385bc78e83d24ed5186be2da73f3dbb4105f402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>

  <head>

    <title>Editing Documents</title>

  </head>

  <body>

    <h1>Editing Documents</h1>

    <p>There are some subtle differences between editing a structured 
    document with Vex and using a regular word processor. The following 
    describes some of these differences.</p>

  </body>

</html>

Back to the top