Fix images on markdown pages
This commit is contained in:
parent
79e3ced3b4
commit
e0ea52be5c
|
@ -91,13 +91,13 @@ For example, with a configuration similar to what we've built above, here
|
||||||
is what the graph output looks like by default:
|
is what the graph output looks like by default:
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<img src="/images/docs/module_graph.png">
|
<%= image_tag 'docs/module_graph.png' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
But if we set `-module-depth=-1`, the graph will look like this:
|
But if we set `-module-depth=-1`, the graph will look like this:
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<img src="/images/docs/module_graph_expand.png">
|
<%= image_tag 'docs/module_graph_expand.png' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Other commands work similarly with modules. Note that the `-module-depth`
|
Other commands work similarly with modules. Note that the `-module-depth`
|
Loading…
Reference in New Issue