Skip to content

Commit

Permalink
let's try this...
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Apr 23, 2024
1 parent 885120a commit 9f06bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/molecules/ReleaseNotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ export function ReleaseNotes(props: ReleaseNotesProps): JSX.Element {
<div className={styles.release_notes}>
{source != null ? (
<Markdown
disallowedElements={['div', 'ul']}
components={{
div: undefined,
ul: undefined,
h2: HeaderText,
li: ParagraphText,
p: ParagraphText,
Expand Down

0 comments on commit 9f06bf5

Please sign in to comment.