Skip to content

Conversation

@nikes
Copy link

@nikes nikes commented Jun 23, 2023

Add:

  • heading
  • list

Copy link
Member

@maddysrc maddysrc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The headers look too big and the list items aren't positioned well, needs some style adjustment first.

transform?: (ast: SingleASTNode[]) => SingleASTNode[],
) => {
const parse = parserFor(rules, { inline: true })
const parse = parserFor(rules)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping inline here messes up a lot of assumptions that are present in how markdown rendering works and breaks a ton of other formatting in the website and this isn't the right way to go about it.

@Phyroks
Copy link

Phyroks commented Oct 21, 2023

When can we expect the merge?

@maddysrc
Copy link
Member

Not in its current state because it's broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants