[latex3-commits] [l3svn] 06/07: Standardise Markdown list markup

noreply at latex-project.org noreply at latex-project.org
Sat Sep 26 08:46:57 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit d96afcb0def3dc0ac961649c75e2eb7fd8b6e0b7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Sep 26 07:43:28 2015 +0100

    Standardise Markdown list markup
    
    After discussions with CTAN, it's clear that the Markdown 'standard'
    means there shold be no spaces at the start of lines.
    
    As the same time, use one type of markup for lists.
---
 README.md                |   80 +++++++++++++++++++++++-----------------------
 l3build/README.md        |   36 ++++++++++-----------
 l3experimental/README.md |   38 +++++++++++-----------
 l3kernel/README.md       |   38 +++++++++++-----------
 l3packages/README.md     |   38 +++++++++++-----------
 5 files changed, 115 insertions(+), 115 deletions(-)

diff --git a/README.md b/README.md
index 22a6495..e5cd616 100644
--- a/README.md
+++ b/README.md
@@ -12,37 +12,37 @@ development and testing to occur.
 
 The following directories contain experimental LaTeX3 code:
 
- * `l3kernel`: code which is intended to eventually appear in a
-   stand-alone LaTeX3 format. Most of this material is also
-   usable on top of LaTeX2e when loading the `expl3` package.
- * `l3packages`: code which is written to be used on top of
-   LaTeX2e to experiment with LaTeX3 concepts. The interfaces to these
-   higher-level packages are 'stable'.
- * `l3experimental`: code which is written to be used on top of
-   LaTeX2e to experiment with LaTeX3 concepts. The interfaces
-   for these packages are still under active discussion. Parts of this code may
-   eventually be migrated to `l3kernel`, while other parts are tied closely
-   to LaTeX2e and are intended to support mixing LaTeX2e and LaTeX3 concepts.
- * `l3trial`: material which is under very active development, for potential
-   addition to `l3kernel` or `l3experimental`. Material in this directory
-   may include potential replacements for existing modules, where large-scale
-   changes are underway.
- * `l3leftovers`: code which has been developed in the past by The
-   LaTeX3 Project but is not suitable for use in its current form.
-   Parts of this code may be used as the basis for new developments
-   in `l3kernel` or `l3experimental` over time.
+* `l3kernel`: code which is intended to eventually appear in a
+  stand-alone LaTeX3 format. Most of this material is also
+  usable on top of LaTeX2e when loading the `expl3` package.
+* `l3packages`: code which is written to be used on top of
+  LaTeX2e to experiment with LaTeX3 concepts. The interfaces to these
+  higher-level packages are 'stable'.
+* `l3experimental`: code which is written to be used on top of
+  LaTeX2e to experiment with LaTeX3 concepts. The interfaces
+  for these packages are still under active discussion. Parts of this code may
+  eventually be migrated to `l3kernel`, while other parts are tied closely
+  to LaTeX2e and are intended to support mixing LaTeX2e and LaTeX3 concepts.
+* `l3trial`: material which is under very active development, for potential
+  addition to `l3kernel` or `l3experimental`. Material in this directory
+  may include potential replacements for existing modules, where large-scale
+  changes are underway.
+* `l3leftovers`: code which has been developed in the past by The
+  LaTeX3 Project but is not suitable for use in its current form.
+  Parts of this code may be used as the basis for new developments
+  in `l3kernel` or `l3experimental` over time.
 
 Support material for development is found in:
 
-  * `support`, which contains files for the automated test suite which are
-    'local' to the LaTeX3 repository.
+* `support`, which contains files for the automated test suite which are
+  'local' to the LaTeX3 repository.
 
 Documentation is found in:
 
-  * `articles`: discussion of LaTeX3 concepts by team members for
-    publication in [_TUGBoat_](http://www.tug.org/tugboat) or elsewhere.
-  * `examples`: demonstration documents showing how to use LaTeX3 concepts.
-  * `news`: source for _LaTeX3 News_.
+* `articles`: discussion of LaTeX3 concepts by team members for
+  publication in [_TUGBoat_](http://www.tug.org/tugboat) or elsewhere.
+* `examples`: demonstration documents showing how to use LaTeX3 concepts.
+* `news`: source for _LaTeX3 News_.
 
 The repository also contains the directory `xpackages`. This
 contain code which is being moved (broadly) `l3experimental`.
@@ -90,24 +90,24 @@ Development of LaTeX3 is carried out by
 [The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
 the team members are
 
-  * Johannes Braams
-  * David Carlisle
-  * Robin Fairbairns
-  * Morten Høgholm
-  * Bruno Le Floch
-  * Thomas Lotze
-  * Frank Mittelbach
-  * Will Robertson
-  * Chris Rowley
-  * Rainer Schöpf
-  * Joseph Wright
+* Johannes Braams
+* David Carlisle
+* Robin Fairbairns
+* Morten Høgholm
+* Bruno Le Floch
+* Thomas Lotze
+* Frank Mittelbach
+* Will Robertson
+* Chris Rowley
+* Rainer Schöpf
+* Joseph Wright
 
 Former members of The LaTeX3 Project team were
 
-  * Michael Downes
-  * Denys Duchier
-  * Alan Jeffrey
-  * Martin Schröder
+* Michael Downes
+* Denys Duchier
+* Alan Jeffrey
+* Martin Schröder
 
 The development team can be contacted
 by e-mail: <latex-team at latex-project.org>; for general LaTeX3 discussion
diff --git a/l3build/README.md b/l3build/README.md
index f4ef174..23ce3ce 100644
--- a/l3build/README.md
+++ b/l3build/README.md
@@ -8,9 +8,9 @@ Overview
 
 The `l3build` module is designed to support the development of
 high-quality LaTeX code by providing:
- - A unit testing system
- - Automated typesetting of code sources
- - A reliable packaging system for CTAN releases
+* A unit testing system
+* Automated typesetting of code sources
+* A reliable packaging system for CTAN releases
 
 The bundle consists of a Lua script to run the tasks and a
 `.tex` file which provides the testing environment. These were
@@ -50,24 +50,24 @@ Development of LaTeX3 is carried out by
 [The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
 the team members are
 
-  * Johannes Braams
-  * David Carlisle
-  * Robin Fairbairns
-  * Morten Høgholm
-  * Bruno Le Floch
-  * Thomas Lotze
-  * Frank Mittelbach
-  * Will Robertson
-  * Chris Rowley
-  * Rainer Schöpf
-  * Joseph Wright
+* Johannes Braams
+* David Carlisle
+* Robin Fairbairns
+* Morten Høgholm
+* Bruno Le Floch
+* Thomas Lotze
+* Frank Mittelbach
+* Will Robertson
+* Chris Rowley
+* Rainer Schöpf
+* Joseph Wright
 
 Former members of The LaTeX3 Project team were
 
-  * Michael Downes
-  * Denys Duchier
-  * Alan Jeffrey
-  * Martin Schröder
+* Michael Downes
+* Denys Duchier
+* Alan Jeffrey
+* Martin Schröder
 
 The development team can be contacted
 by e-mail: <latex-team at latex-project.org>; for general LaTeX3 discussion
diff --git a/l3experimental/README.md b/l3experimental/README.md
index eebdbd7..de0bfbf 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -21,10 +21,10 @@ updated at the same time.
 
 Currently included in the CTAN release of l3experimental are the following
 bundles:
- * `l3sort`
- * `l3str`
- * `xcoffins`
- * `xgalley`
+* `l3sort`
+* `l3str`
+* `xcoffins`
+* `xgalley`
 
 `l3sort`
 --------
@@ -101,24 +101,24 @@ Development of LaTeX3 is carried out by
 [The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
 the team members are
 
-  * Johannes Braams
-  * David Carlisle
-  * Robin Fairbairns
-  * Morten Høgholm
-  * Bruno Le Floch
-  * Thomas Lotze
-  * Frank Mittelbach
-  * Will Robertson
-  * Chris Rowley
-  * Rainer Schöpf
-  * Joseph Wright
+* Johannes Braams
+* David Carlisle
+* Robin Fairbairns
+* Morten Høgholm
+* Bruno Le Floch
+* Thomas Lotze
+* Frank Mittelbach
+* Will Robertson
+* Chris Rowley
+* Rainer Schöpf
+* Joseph Wright
 
 Former members of The LaTeX3 Project team were
 
-  * Michael Downes
-  * Denys Duchier
-  * Alan Jeffrey
-  * Martin Schröder
+* Michael Downes
+* Denys Duchier
+* Alan Jeffrey
+* Martin Schröder
 
 The development team can be contacted
 by e-mail: <latex-team at latex-project.org>; for general LaTeX3 discussion
diff --git a/l3kernel/README.md b/l3kernel/README.md
index f998088..4dec308 100644
--- a/l3kernel/README.md
+++ b/l3kernel/README.md
@@ -31,10 +31,10 @@ The `l3kernel` bundle requires the e-TeX extensions and the functionality
 of the `\pdfstrcmp` primitive. As a result, the bundle will only work
 with the following engines:
 
- - pdfTeX v1.30 or later
- - XeTeX v0.9994 or later
- - LuaTeX v0.40 or later
- - e-(u)pTeX from mid-2012 onward
+* pdfTeX v1.30 or later
+* XeTeX v0.9994 or later
+* LuaTeX v0.40 or later
+* e-(u)pTeX from mid-2012 onward
 
 pdfTeX v1.30 was released in 2005, and so any recent TeX distribution
 will support `l3kernel`. Both XeTeX and LuaTeX have developed more
@@ -73,24 +73,24 @@ Development of LaTeX3 is carried out by
 [The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
 the team members are
 
-  * Johannes Braams
-  * David Carlisle
-  * Robin Fairbairns
-  * Morten Høgholm
-  * Bruno Le Floch
-  * Thomas Lotze
-  * Frank Mittelbach
-  * Will Robertson
-  * Chris Rowley
-  * Rainer Schöpf
-  * Joseph Wright
+* Johannes Braams
+* David Carlisle
+* Robin Fairbairns
+* Morten Høgholm
+* Bruno Le Floch
+* Thomas Lotze
+* Frank Mittelbach
+* Will Robertson
+* Chris Rowley
+* Rainer Schöpf
+* Joseph Wright
 
 Former members of The LaTeX3 Project team were
 
-  * Michael Downes
-  * Denys Duchier
-  * Alan Jeffrey
-  * Martin Schröder
+* Michael Downes
+* Denys Duchier
+* Alan Jeffrey
+* Martin Schröder
 
 The development team can be contacted
 by e-mail: <latex-team at latex-project.org>; for general LaTeX3 discussion
diff --git a/l3packages/README.md b/l3packages/README.md
index df6fd61..f8a950e 100644
--- a/l3packages/README.md
+++ b/l3packages/README.md
@@ -20,10 +20,10 @@ updated at the same time.
 
 Currently included in the CTAN release of `l3packages` are the following
 bundles:
- * `l3keys2e`
- * `xfrac`
- * `xparse`
- * `xtemplate`
+* `l3keys2e`
+* `xfrac`
+* `xparse`
+* `xtemplate`
 
 `l3keys2e`
 ----------
@@ -88,24 +88,24 @@ Development of LaTeX3 is carried out by
 [The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
 the team members are
 
-  * Johannes Braams
-  * David Carlisle
-  * Robin Fairbairns
-  * Morten Høgholm
-  * Bruno Le Floch
-  * Thomas Lotze
-  * Frank Mittelbach
-  * Will Robertson
-  * Chris Rowley
-  * Rainer Schöpf
-  * Joseph Wright
+* Johannes Braams
+* David Carlisle
+* Robin Fairbairns
+* Morten Høgholm
+* Bruno Le Floch
+* Thomas Lotze
+* Frank Mittelbach
+* Will Robertson
+* Chris Rowley
+* Rainer Schöpf
+* Joseph Wright
 
 Former members of The LaTeX3 Project team were
 
-  * Michael Downes
-  * Denys Duchier
-  * Alan Jeffrey
-  * Martin Schröder
+* Michael Downes
+* Denys Duchier
+* Alan Jeffrey
+* Martin Schröder
 
 The development team can be contacted
 by e-mail: <latex-team at latex-project.org>; for general LaTeX3 discussion

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list