File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,9 @@ export default class Operation extends PureComponent {
201201 < div className = "opblock-external-docs-wrapper" >
202202 < h4 className = "opblock-title_normal" > Find more details</ h4 >
203203 < div className = "opblock-external-docs" >
204- < span className = "opblock-external-docs__description" > { externalDocs . get ( "description" ) } </ span >
204+ < span className = "opblock-external-docs__description" >
205+ < Markdown source = { externalDocs . get ( "description" ) } />
206+ </ span >
205207 < a className = "opblock-external-docs__link" href = { externalDocs . get ( "url" ) } > { externalDocs . get ( "url" ) } </ a >
206208 </ div >
207209 </ div > : null
Original file line number Diff line number Diff line change 390390}
391391
392392.opblock-description-wrapper ,
393+ .opblock-external-docs-wrapper ,
393394.opblock-title_normal
394395{
395396 font-size : 12px ;
@@ -418,6 +419,12 @@ body
418419 }
419420}
420421
422+ .opblock-external-docs-wrapper {
423+ h4 {
424+ padding-left : 0px ;
425+ }
426+ }
427+
421428.execute-wrapper
422429{
423430 padding : 20px ;
You can’t perform that action at this time.
0 commit comments