Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort[…]
 
#WordPress #WordPresscom #codeblock #codeeditor #syntaxhighlighting
https://ift.tt/f3giDO6
Introducing the Enhanced Code Block: Syntax Highlighting and More

Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort to make editing code a more enjoyable experience.

WPNEWS.io
paru -S dysk
echo alias df='dysk' >> .bashrc
source .bashrc
df

#codeblock

paru -S fzf
echo source <(fzf --zsh) >> .zshrc

This will allow you to use CTRL + R to search with fzf instead of history in zsh.

#codeblock

Chào mừng Lumina Code Frame! Gói NPM mới này cung cấp một React component để hiển thị khối code đẹp mắt với chủ đề gradient và tính năng AI (refactor, giải thích code). Được xây dựng với React, TypeScript, Gemini API và Tailwind. Tác giả cũng chia sẻ những bài học khi phát hành gói NPM đầu tiên của mình.
#React #NPM #CodeBlock #AI #WebDev #LuminaCodeFrame #LậpTrình #DựÁnPhụ

https://www.reddit.com/r/SideProject/comments/1p7fshi/my_first_npm_package_a_react_component_for_code/

If you need to parse metadata of markdown code fences (besides language), I just published `@microflash/[email protected]`. Give it a shot. I also managed to remove all third-party dependencies.

https://github.com/Microflash/fenceparser
https://www.npmjs.com/package/@microflash/fenceparser

#markdown #codeblock #codeblocks

GitHub - Microflash/fenceparser: A metadata parser for code fences in markdown

A metadata parser for code fences in markdown. Contribute to Microflash/fenceparser development by creating an account on GitHub.

GitHub
Markdown codeblocks - cheatsheet and how to use examples

Markdown Codeblocks - cheatsheet and how to use - examples and specifics

Rost Glukhov | Personal site and technical blog
Markdown codeblocks - cheatsheet and how to use examples

Markdown Codeblocks - cheatsheet and how to use - examples and specifics

Rost Glukhov | Personal site and technical blog
They posted their possible break of Z-18 letter, a very interesting read #cypher #codes #codeblock https://vertexmover.wordpress.com/2023/10/31/part-two-lets-crack-the-z18-cipher/
Part two, Let’s Crack the Z18 Cipher

Wherein we make a quick walk-through of the process to decode the Zodiac Killer’s signature cipher.

vertexmover

Pimp my Quarto Site

Erinnert Ihr Euch an Albert Rapp, den Schöpfer des »Ultimate guide to starting a Quarto blog? Der auch das Video »How to style your Quarto blog without knowing a lot of HTML/CSS« veröffentlicht hatte? Beides hatte ich im Schockwellenreiter ja schon lobend erwähnt. https://kantel.github.io/posts/2023080502_pimp_quarto/ #Quarto #StatischeSeiten #Styles #CodeBlock

Der Schockwellenreiter - Pimp my Quarto Site

Two #Markdown tricks to “nest” code blocks, i.e., to use backtick-based code block syntax within a code block:

① More backticks for the outer block:

````` markdown
``` r
print('Hello!')
```
`````

② Tildes:

~~~ markdown
``` r
print('Bonjour!')
```
~~~

#pandoc #codeBlock