trunks.social on Nostr: Need a better way to express your ideas or technical prowess? Try trunks for rich ...
Need a better way to express your ideas or technical prowess? Try trunks for rich markdown support with syntax highlighting.
#trunks #markdown
```cpp
bool MastodonAppDisappointsYou = true; // Replace with other 3p app you tried
void tryTrunksApp() {
// Implement your own rationale for using the Trunks app
std::cout << "Trying the Trunks app...\n";
installTrunks()
}
int main() {
if (MastodonAppDisappointsYou) {
tryTrunksApp();
}
return 0;
}
```
#trunks #markdown
```cpp
bool MastodonAppDisappointsYou = true; // Replace with other 3p app you tried
void tryTrunksApp() {
// Implement your own rationale for using the Trunks app
std::cout << "Trying the Trunks app...\n";
installTrunks()
}
int main() {
if (MastodonAppDisappointsYou) {
tryTrunksApp();
}
return 0;
}
```