Skip to content

Commit

Permalink
Merge pull request #432 from seneca/patch-25
Browse files Browse the repository at this point in the history
Update content.md
  • Loading branch information
nobkd authored Jan 17, 2025
2 parents b5b3e7c + 14523a0 commit 80f2c11
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/nuejs.org/docs/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

The web platform excels at sharing content, but modern development practices often overcomplicate this fundamental strength. By keeping content separate from presentation, we enable:

1. Direct content updates. Change content through Markdown without rebuilding application code.
1. **Direct content updates**. Change content through Markdown without rebuilding application code.

2. Clear separation of concerns. Content teams work with clean Markdown while developers handle implementation.
2. **Clear separation of concerns**. Content teams work with clean Markdown while developers handle implementation.

3. Content team autonomy. Update landing pages, documentation, and blog posts directly.
3. **Content team autonomy**. Update landing pages, documentation, and blog posts directly.

4. Simpler architecture. Most content-heavy sites need minimal JavaScript.
4. **Simpler architecture**. Most content-heavy sites need minimal JavaScript.

5. Natural scalability. As content grows, the system stays maintainable without complex state management.
5. **Natural scalability**. As content grows, the system stays maintainable without complex state management.

Instead of mixing content with application code or framework-specific markup, Nue provides a Markdown syntax that enables rich, interactive documents while maintaining pure content structure.

Expand All @@ -20,13 +20,13 @@ 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.
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.

3. Interactive elements through built-in tags. Add dialogs, tabs, and accordions using Nue's native browser-based components.
3. **Interactive elements through built-in tags**. Add dialogs, tabs, and accordions using Nue's native browser-based components.

4. Custom components when needed. Create your own server-side, client-side, or isomorphic tags for advanced functionality like image galleries or forms.
4. **Custom components when needed**. Create your own server-side, client-side, or isomorphic tags for advanced functionality like image galleries or forms.


### Key principles
Expand Down Expand Up @@ -456,4 +456,4 @@ Each extension serves a specific purpose in creating better content:
- Enhanced formatting provides semantic precision
- Extended footnotes improve documentation clarity

Together, they enable sophisticated content creation while maintaining the purity and portability of your Markdown files.
Together, they enable sophisticated content creation while maintaining the purity and portability of your Markdown files.

0 comments on commit 80f2c11

Please sign in to comment.