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

Update content.md #441

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/nuejs.org/docs/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Instead of mixing content with application code or framework-specific markup, Nu

Nue's content system differs from traditional Markdown approaches:

1. **Structural understanding**. The parser automatically recognizes document structure and creates semantic sections from your headings - no manual markup needed. This enables sophisticated styling without polluting content.
1. **Structural understanding**. The parser automatically recognizes document structure and creates semantic sections from your headings no manual markup needed. This enables sophisticated styling without polluting content.

2. **Rich layouts without markup**. Create sophisticated grid layouts, stacks, and nested structures using a simple block system that builds on the natural document structure.

Expand Down Expand Up @@ -363,7 +363,7 @@ function example() {

### Why this matters

While these Markdown features are standard, Nue's implementation focuses on generating clean, semantic HTML that serves as a foundation for your design system. There's no framework-specific markup or special processing - just pure content that directly expresses meaning.
While these Markdown features are standard, Nue's implementation focuses on generating clean, semantic HTML that serves as a foundation for your design system. There's no framework-specific markup or special processing just pure content that directly expresses meaning.

For complete Markdown syntax reference, see the [original Markdown specification](https://daringfireball.net/projects/markdown/). Nue builds on this foundation with powerful extensions covered in the following sections.

Expand Down
Loading