aboutsummaryrefslogtreecommitdiff
path: root/articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-09-21 13:56:12 +0200
committerAdrian Kummerlaender2014-09-21 13:56:12 +0200
commita8203c482eebac7b25bcfa0da80f5170ada0731b (patch)
treedca0619e0957b31580c40f2c09c052433694215d /articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md
parente9baa357793d5601691094eaceee35213c77b2d7 (diff)
downloadblog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar.gz
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar.bz2
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar.lz
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar.xz
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.tar.zst
blog_content-a8203c482eebac7b25bcfa0da80f5170ada0731b.zip
Converted image tags into Kramdown syntax
* there is no reason for embedding raw XHTML if we are able to generate the same in pure Kramdown ** this increases separation between content and presentation ** it will be easier to e.g. replace XHTML output with HTML5 in the future
Diffstat (limited to 'articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md')
-rw-r--r--articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md b/articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md
index 7fe2f24..2d39f1c 100644
--- a/articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md
+++ b/articles/2011-06-14_darstellen_von_gps_daten_mit_gnuplot.md
@@ -71,7 +71,7 @@ def printCsv(gpxPositions):
## Plotten mit gnuplot
-<img src="http://static.kummerlaender.eu/media/gnuplot_gpx.jpg" alt="Gnuplot output" class="clear full"/>
+![Gnuplot output](http://static.kummerlaender.eu/media/gnuplot_gpx.jpg){: .full .clear}
Eine solche, dreidimensionale Ausgabe der GPS Daten zu erzeugen ist mit der `splot`-Funktion sehr einfach.
@@ -102,4 +102,4 @@ Falls jemand den Artikel mit meinen Daten nachvollziehen möchte - das GPX-File
Zum Schluss hier noch ein Blick vom Weg auf den Kronberg Richtung Jakobsbad im Appenzell:
-<img src="http://static.kummerlaender.eu/media/kronberg.jpg" alt="Aussicht auf Jakobsbad im Appenzell" class="full"/>
+![Aussicht auf Jakobsbad im Appenzell](http://static.kummerlaender.eu/media/kronberg.jpg){: .full}