11![ Compile-time polymorphic string literals in C++20] ( ./resources/presentation.png )
22
3- # utf42
3+ # 🌐 utf42
44
55** Compile-time polymorphic string literals for modern C++**
66
@@ -21,14 +21,14 @@ Unicode transcoding.
2121
2222## ** 📚 Index for ` utf42 ` Documentation** 📚
2323
24- 2 . [ Features] ( #-features )
25- 3 . [ Motivation] ( #-motivation )
26- 4 . [ Requirements] ( #-requirements )
27- 5 . [ Usage] ( #-usage )
28- 7 . [ Important Limitations] ( #-important-limitations )
29- 8 . [ Design Philosophy] ( #-design-philosophy )
30- 9 . [ Inclusion in Your Project] ( #-inclusion-in-your-project )
31- 10 . [ License] ( #-license )
24+ 2 . [ ✨ Features] ( #-features )
25+ 3 . [ ❓ Motivation] ( #-motivation )
26+ 4 . [ 📦 Requirements] ( #-requirements )
27+ 5 . [ 🚀 Usage] ( #-usage )
28+ 7 . [ ⚠️ Important Limitations] ( #-important-limitations )
29+ 8 . [ 🧠 Design Philosophy] ( #-design-philosophy )
30+ 9 . [ 🔗 Inclusion in Your Project] ( #-inclusion-in-your-project )
31+ 10 . [ 📄 License] ( #-license )
3232
3333---
3434
@@ -166,7 +166,7 @@ See [utfcpp documentation](https://github.com/nemtrif/utfcpp) for more informati
166166
167167---
168168
169- **Output**
169+ ### **Output**
170170
171171```cpp
172172std::cout << "Original: " << str_a << '\n';
@@ -237,7 +237,7 @@ Ideal use cases include:
237237
238238---
239239
240- ## ** 📦 Inclusion in your project**
240+ ## ** 🔗 Inclusion in your project**
241241
242242This section explains how to include this library in your project.
243243
0 commit comments