Add support for GFM syntax in model (schema) descriptions -- relies on one small change to swagger-client

This commit is contained in:
Nara Kasbergen
2015-05-14 15:36:23 -04:00
parent b5039b28b0
commit 37d29df074
8 changed files with 469 additions and 454 deletions

View File

@@ -321,6 +321,19 @@
}
}
}
.propDesc.markdown {
> p:first-child,
> p:last-child {
display: inline;
}
> p:not(:first-child):before {
display: block;
content: '';
}
}
span:last-of-type.propDesc.markdown > p:only-child {
margin-right: -3px; // otherwise there is a gap before the comma
}
}
.propName {
font-weight: bold;