We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ブログページに目次を追加する zenn, qiitaのように横に表示する
headingsは次のように取得できます
const entry = await getEntry('blog', 'post-1'); const { Content, headings } = await render(entry);
h1があればh1とh2を目次に表示し、h1がなければh2とh3を目次に表示してください
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ブログページに目次を追加する
zenn, qiitaのように横に表示する
headingsは次のように取得できます
h1があればh1とh2を目次に表示し、h1がなければh2とh3を目次に表示してください
MUST
The text was updated successfully, but these errors were encountered: