mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 19:19:29 +03:00
Merge branch '1.0.x'
This commit is contained in:
commit
b19822dde5
@ -108,6 +108,7 @@ pre {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #e5e0c6;
|
border: 1px solid #e5e0c6;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
line-height:1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.fullwidth {
|
table.fullwidth {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<div class="pane content selected">
|
<div class="pane content selected">
|
||||||
{% if data.documentation is defined and data.documentation is not empty %}
|
{% if data.documentation is defined and data.documentation is not empty %}
|
||||||
<h4>Documentation</h4>
|
<h4>Documentation</h4>
|
||||||
<p>{{ data.documentation|markdown }}</p>
|
<div>{{ data.documentation|markdown }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if data.requirements is defined and data.requirements is not empty %}
|
{% if data.requirements is defined and data.requirements is not empty %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user