You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/content/blog/v1.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Code Hike v1 introduces two new features: **fine-grained markdown** and **headle
23
23
24
24
### Fine-grained Markdown
25
25
26
-
When using Markdown, the content often becomes a large, inflexible block of UI that limits your control over its rendering.
26
+
When using Markdown, the content often becomes an inflexible block of UI that limits your control over its rendering.
27
27
28
-
Code Hike allows you to break down your Markdown into smaller pieces, which you can then render however you like using React. This is done by using special decorators in Markdown:
28
+
Code Hike allows you to break down your Markdown into smaller pieces, which can be rendered however you like using React. This is done by using special decorators in Markdown:
29
29
30
30
<FineGrained>
31
31
@@ -212,7 +212,7 @@ Landing pages, marketing sites, portfolios. It doesn't even need content related
212
212
213
213
## Try Code Hike v1
214
214
215
-
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter). Or clone the Code Hike v1 starter:
215
+
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter), or clone the Code Hike v1 starter:
0 commit comments