mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

#markdown

24 posts24 participants0 posts today

He hecho una prueba desde #Moshidon para escribir con #Markdown y no ha funcionado. ¿Sabéis si masto.es admite markdown? ¿Será que soy una patana y he hecho algo mal?

EDIT: Ya me han dicho que la instancia no lo admite, gracias!

ReEDIT: Ya me han dicho que Mastodon no lo admite xD

Just saying, if anyone wants to find the most efficient way of finding the digits of an integer, this might be it :

``` c
#include <stdio.h>

// _ = indentation

int count_digits(int arg) {
__return snprintf(NULL, 0, "%d", arg) - (arg < 0);
}
```

Credit to this guy on #StackOverflow -> stackoverflow.com/a/34629799

EDIT : Oh, I guess @Mastodon doesn't support #markdown.

Stack OverflowCount number of digits - which method is most efficient?There are more than one solution for finding the-number-of-digits in a given number. For example: Method-1: int findn(int num) { char snum[100]; sprintf(snum, "%d", num); return

I like how @ia thinks:

Why are we sending our kids to a school that looks like a #Microsoft ad? To prepare them for the future. Does equipping children with Office tools truly serve this purpose or does it serve the purpose of cementing a life in the products of a software monopolist?

I ask myself the same question. This is a great read, and I look forward to the other 5/6ths @reichenstein:

ia.net/topics/markdown-and-the

Remember folks: "#Markdown is subversive."

Markdown and the Slow Fade of the Formatting Fetish
iA · Markdown and the Slow Fade of the Formatting FetishNotes on a revolution in slow motion.

"Word has layout capabilities, it’s widely understood and marketed as a word processor. Technically, it is geard towards formatting and layouting. And yet, professional journalists, professors, and even poets that don’t care much about fonts, dropcaps and margins, were forced to using it. Not because it’s the best app for writing. Because the university, the editor in chief, the book publisher offers and expects the `.docx` format." #Markdown ia.net/topics/markdown-and-the

Markdown and the Slow Fade of the Formatting Fetish
iA · Markdown and the Slow Fade of the Formatting FetishNotes on a revolution in slow motion.

Package Manager for Markdown

I'm working on a project that is intended to encourage folk to make markdown text files which can be bundled together in different bundles of text files using a package manager.

Question for coders; Which package manager would you suggest I use?

Main criterias (in order) are:

1. Easy for someone with basic command line skills to edit the file and update version numbers and add additional packages.

2. All being equal, more commonly and easy to setup is preferred.

#Markdown #CommonMark #PackageManager #Programming #Dev
#NPM #RubyGems #Cargo #PickingAMastodonInstance
#Ruby #Python #Rust #Javascript #NodeJs #Lisp #CommonGuide

# #Pachli 2.11.0 is released

## New features include

- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts

## Fixes include:

- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes

## Updated translations

- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/03/31/2.

Pachli · Pachli 2.11.0 releasedPachli 2.11.0 is now available. This release provides post translation support throughout the app, adds experimental support for rendering Markdown content, changes content filter defaults, and more.

I took a stab at cleaning up my code for BearExporter, a Python script to export all of your Bear notes to Markdown files you can use with Obsidian, read in the terminal, or whatever.

As the old saying goes "it works for me!" but I know it's not exactly great code, but it is available.

I'm not great at Python but I'll try to improve it as time allows.

➡️ codeberg.org/raster/BearExport

Summary card of repository raster/BearExporter
Codeberg.orgBearExporterA Python script to export Bear notes to Markdown files into a folder on disk

Llevo unos meses usando #Zed, y este editor de código desarrollado en #rustlang me ha encantado. Quiero contarles un poco más sobre el #ide, algunas características y extensiones (#python #markdown #sql #ortografía #just entre otros) que me han sido útiles en esta entrada de mi blog cosmoscalibur.com/es/blog/2025

zed es un editor de código y texto de código abierto, diseñado para ser rápido y fácil de usar. Está construido en Rust y utiliza una interfaz de usuario mod...
CosmoscaliburZed: un editor rápido y moderno de código abierto
More from Edward :mastocol:

Una pregunta para usuarios con #discapacidadvisual please: ¿conocéis algún lector de textos que sepa interpretar el #Markdown correctamente? Es decir, que si escribo en **negrita** por ejemplo, lea la palabra (ya sea dándole más énfasis a la entonación, que molaría mucho, o de la forma normal), en vez de decir "asterisco asterisco negrita asterisco asterisco".

Muchas gracias de antemano.

Replied in thread

@johanneskastl

I took a quick look at the #markdown mode documentation. But I didn't see anything for width formatting of lists. Don't they render correctly anyway?

I always use !!fmt but that only works on the current line.

That doesn't mean it's not there, but that would be the place to look first. That and the #Emacs wiki.

I never write markdown anymore. I write in #org.