chore: stt player ui
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@@ -80,6 +84,10 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
img[src^="https://img.shields.io/"], img[src*="badge.svg"]
|
||||
{
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -45,10 +45,6 @@ const MarkdownViewer: React.FC<MarkdownViewerProps> = ({
|
||||
// 'bibtex'
|
||||
];
|
||||
|
||||
// renderer.link = ({ href, title, text }) => {
|
||||
// return `<a href="${href}" title="${title || ''}" target="_blank" rel="noopener noreferrer">${text}</a>`;
|
||||
// };
|
||||
|
||||
const isValidURL = useCallback((url: string) => {
|
||||
const pattern = /^(https?:\/\/|\/\/)([^\s/$.?#].[^\s]*)$/;
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export default {};
|
||||
Reference in New Issue
Block a user