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
Default Blog UI was neat, but it has to be more cool with preconfigured default element like <blockquote> element.
<blockquote>
TO DO:
<a />
<pre />
<code />
<blockquote />
<img />
table of contents
headings
id
The text was updated successfully, but these errors were encountered:
<pre /> component added on 94b22bc
Sorry, something went wrong.
components <code /> which is inline code and <blockquote /> added on 5a25fbc
No branches or pull requests
Default Blog UI was neat, but it has to be more cool with preconfigured default element like
<blockquote>
element.TO DO:
<a />
tag<pre />
tag, which is long code snippet<code />
tag, which is short code snipper<blockquote />
tag<img />
tagtable of contents
headings
to have a property ofid
with rehype plugin, which is rehype-slugThe text was updated successfully, but these errors were encountered: