Restore original whitespace line breaks

This commit is contained in:
Toyosatomimi no Miko 2025-06-02 11:02:48 -04:00
parent f1dfc8f2f8
commit 33f78dd7a8

View File

@ -7,7 +7,9 @@
> please open an issue. > please open an issue.
FTXUI provides an experimental support for [C++20 FTXUI provides an experimental support for [C++20
modules](https://en.cppreference.com/w/cpp/language/modules) to improve compilation times and code organization. The existing API has a module corresponding to each header. modules](https://en.cppreference.com/w/cpp/language/modules) to improve
compilation times and code organization. The existing API has a module
corresponding to each header.
**Example with CMake and Ninja** **Example with CMake and Ninja**
@ -39,7 +41,8 @@ ninja
### Module list ### Module list
The modules directly reference the corresponding header, or a group of related The modules directly reference the corresponding header, or a group of related
headers to provide a more convenient interface. The following modules are available: headers to provide a more convenient interface. The following modules
are available:
- `ftxui` - `ftxui`
- `ftxui.component` - `ftxui.component`