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
docs: rename LICENSE.md to LICENSE and update documentation
- Renamed LICENSE.md to LICENSE for GitHub auto-detection
- Updated all references in docs and README
- Enhanced landing page with badges, v0.4.0 features, and use cases
- Added configuration examples and improved content structure
Authored by: Aaron Lippold<lippold@gmail.com>
Nuxt SmartScript is a powerful Nuxt module that automatically transforms typography patterns in your content to enhance readability and visual appeal. It works seamlessly with your existing Nuxt application, requiring minimal configuration.
43
52
53
+
## 🎉 What's New in v0.4.0
54
+
55
+
-**Full SSR/SSG Support** - Server-side rendering and static generation now work perfectly
56
+
-**30+ Element Support** - Process headings, paragraphs, lists, tables, spans, links, and more
57
+
-**Improved Performance** - Better caching and pattern matching
58
+
-**Bug Fixes** - Fixed navigation issues and configuration handling
59
+
-**Better TypeScript** - Improved type definitions and module builder integration
60
+
44
61
## Why SmartScript?
45
62
46
63
### 🎯 Problem
@@ -65,23 +82,57 @@ E=mc^2 is Einstein's famous equation.
65
82
- H<sub>2</sub>O and CO<sub>2</sub> are common molecules.
66
83
- E=mc<sup>2</sup> is Einstein's famous equation.
67
84
85
+
## Perfect For
86
+
87
+
- 📚 **Documentation Sites** - Technical docs with formulas and trademark symbols
88
+
- 🏢 **Corporate Websites** - Professional typography for brand names and legal marks
89
+
- 🔬 **Scientific Content** - Chemical formulas and mathematical expressions
90
+
- 📰 **Publishing Platforms** - Articles with ordinal numbers and special symbols
91
+
- 📖 **Educational Materials** - Math and science content with proper notation
92
+
68
93
## Installation
69
94
70
95
Install the module to your Nuxt application with one command:
0 commit comments