aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-06-04 21:33:40 +0200
committerAdrian Kummerlaender2015-06-04 21:33:40 +0200
commit04e25396d7a74dd8f9b27a307119d80db45129b4 (patch)
treef01e1e609a687d197a0d9b724b6cf28bc91f089b /pages
parent5a36ef48332dbbb23ae1c4fa614f33995891f98f (diff)
downloadblog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar.gz
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar.bz2
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar.lz
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar.xz
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.tar.zst
blog_content-04e25396d7a74dd8f9b27a307119d80db45129b4.zip
Removed full width class from _SimpleParser_ image
Diffstat (limited to 'pages')
-rw-r--r--pages/projects/simple_parser.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/simple_parser.md b/pages/projects/simple_parser.md
index 8683cb2..7129d56 100644
--- a/pages/projects/simple_parser.md
+++ b/pages/projects/simple_parser.md
@@ -17,7 +17,7 @@ This application marks the first steps in C++ I took a couple of years back and
The ability to export the internal binary expression tree resulting from the parsed term as [Graphviz] `dot` is useful for both visualization and debugging purposes. In the following image you can see the depiction of the tree resulting from the arbitrarily chosen term `2.5*(2+3-(3/2+1*(21+11+(5*2))))`:
-![Visualization of the parsed tree using Graphviz](http://static.kummerlaender.eu/media/parser_tree.png){: .full}
+![Visualization of the parsed tree using Graphviz](http://static.kummerlaender.eu/media/parser_tree.png)
[Graphviz]: http://www.graphviz.org/
[Github]: https://github.com/KnairdA/SimpleParser/