@zirias @sotolf

It's not usable in itself in a practical sense, AFAIR

I could check in my book Assembly language for the C64 by Jim Butterfield, which I have close by, but I don't need to

#Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

Dendrobatus Azureus (@[email protected])

Attached: 1 image Hello.go syntax screencap #Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

BSD.cafe Mastodon Portal

@sotolf

It's C64 Assembly 8 Bits ;)

The statement I was making is that I remembered how code blocks can be formatted in markdown.

I pick golang because normally it formats a nice green mono spaced font on a black background.

At least that's how it looks like in Firefox, when I use hugo to make my pages

#Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

Dendrobatus Azureus (@[email protected])

Attached: 1 image Markdown syntax refreshment This is the screencap of the post #Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

BSD.cafe Mastodon Portal

Markdown syntax refreshment

This is the screencap of the post

#Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

Markdown syntax refreshment

JSR $FDD2 BRK

Prefect I remembered the syntax well

#Markdown #code #backticks #programming #RetroComputing #C64 #Assembly

@stuartcw
By the way, in the interest of learning and spreading interactions and stuff, what did you do to get that #code #snippet appear in a code-like #typeface? Triple #backticks or something?

I've been wondering about that, as well as any simple #formatting (em, strong [italic, bold]) #markup on #Maatodon.. 🤔

@Photor I am using #neomutt as well, storing passwords in #KDE's #kwallet. The approach works as follows: Neomutt's config options 'imap_pass' or 'smtp_pass' allow to specify executables inside #backticks (command substitution like in Bash), expecting the program or script to provide the #password on stdout. In my case, I am using a #Bash script that does some #DBus invocation to access kwallet and to extract the requested password.