Add support for GFM syntax in model (schema) descriptions -- relies on one small change to swagger-client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user