Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| const md = new MarkdownIt('commonmark'); | ||
|
|
||
| md.renderer.rules.fence = (tokens, idx) => { |
There was a problem hiding this comment.
better to use svelte-markdown, that way we can use native svelte and not html strings 👍🏻
for example https://github.com/appwrite/website/blob/main/src/routes/threads/%5Bid%5D/MessageCard.svelte
src/routes/docs/tooling/ai/quickstart-prompts/nextjs/+page.markdoc
Outdated
Show resolved
Hide resolved
| layout: article | ||
| title: Next.js | ||
| description: Quickstart prompt for integrating Appwrite with Next.js. | ||
| prompt: /docs/quick-starts/nextjs |
There was a problem hiding this comment.
also why not just pass this to the markdoc component?
we dont really need it in frontmatter anymore right?
There was a problem hiding this comment.
from discord, sharing here for transparency
thanks for reminding i forgot to port this over from other PR
the prompt frontmatter on top is so that the page can have the copy prompt button at the top from a prompt.md located elsewhere
No description provided.