Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to flag md to utilize FAQ #633

Open
wanghaisheng opened this issue Dec 9, 2021 · 0 comments
Open

how to flag md to utilize FAQ #633

wanghaisheng opened this issue Dec 9, 2021 · 0 comments

Comments

@wanghaisheng
Copy link

wanghaisheng commented Dec 9, 2021

if I have question -answer pair as following ,I want to rewrite it into markdown format to use fusuma`s slide rendering feature
our goal is FAQ Featured Snippet

FAQ metadata on your page will prove especially usefu

[

  {

    "question": "What is the deal with SvelteKit?",

    "answer": "SvelteKit is an awesome tool for building fast websites and web apps.  Its secret powers lie in the compiler at Svelte's heart.  This lets Svelte generate pure JavaScript which is interpreted by the user browser.  This is contrast to other frameworks where an additional step of generating JavaScript in the browser is required.  SvelteKit is to Svelte what Next is to React, it is a tool for creating Svelte apps."

  },

  {

    "question": "Is SvelteKit ready for production?",

    "answer": "SvelteKit is already used in a number of production website globally."

  },

  {

    "question": "Does SvelteKit use vite?",

    "answer": "Yes. vite, like snowpack is a next generation bundler, building on advances earlier made by more established tools like WebPack.  Among the advantages are faster hot module reloading and better tree shaking.  These benefits come from using ES Modules."

  },

  {

    "question": "Is SvelteKit still in beta?",

    "answer": "Yes, SvelteKit is still in beta. Despite that it is already used in a number of production websites."

  },

  {

    "question": "How do you deploy SvelteKit?",

    "answer": "You can deploy SvelteKit apps as static sites or Server Side Rendered apps.  Leading hosting services like Cloudflare, Netlify, Render and Vercel all support SvelteKit."

  }

]
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

No branches or pull requests

1 participant