More markdown fixes for processing readme

This commit is contained in:
Matthias Kuhn 2016-02-29 21:26:50 +01:00
parent 5e5ae94b4c
commit 427a5fbff3

View File

@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html).
A basic test appears under the toplevel key `tests` and looks like this: A basic test appears under the toplevel key `tests` and looks like this:
- name: centroid - name: centroid
algorithm: qgis:polygoncentroids algorithm: qgis:polygoncentroids
params: params:
- type: vector - type: vector
name: polys.gml name: polys.gml
results: results:
OUTPUT_LAYER: OUTPUT_LAYER:
type: vector type: vector
name: expected/polys_centroid.gml name: expected/polys_centroid.gml
How To How To
------ ------