pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
309 B
13 lines
309 B
a.external-link::after {
|
|
/* \00A0 is a non-breaking space
|
|
to make the mark be on the same line as the link
|
|
*/
|
|
content: "\00A0[↪]";
|
|
}
|
|
|
|
a.internal-link::after {
|
|
/* \00A0 is a non-breaking space
|
|
to make the mark be on the same line as the link
|
|
*/
|
|
content: "\00A0↪";
|
|
}
|
|
|