export type MarkdownViewProps = {
  content: string;
};
