feat: add FEN block support and related assets
Introduced a new FEN block feature, including a PHP snippet to render FEN diagrams, a new CSS file for chessboard styling, font integration, and blueprint updates. Adjusted asset paths and file references for consistency.
This commit is contained in:
@@ -2,4 +2,36 @@ Title: In Memoriam
|
||||
|
||||
----
|
||||
|
||||
Blocks:
|
||||
|
||||
[
|
||||
{
|
||||
"content": {
|
||||
"level": "h2",
|
||||
"text": "Dies ist ein Test!"
|
||||
},
|
||||
"id": "eb2cb2e3-19f6-4c17-a786-723cdbc8f811",
|
||||
"isHidden": false,
|
||||
"type": "heading"
|
||||
},
|
||||
{
|
||||
"content": {
|
||||
"fen": "rnbqkbnr/p1pp1ppp/1p2p3/8/3P1B2/5N2/PPP1PPPP/RN1QKB1R b KQkq - 1 3"
|
||||
},
|
||||
"id": "067a448c-31e5-411c-b342-f69519284394",
|
||||
"isHidden": false,
|
||||
"type": "fen"
|
||||
},
|
||||
{
|
||||
"content": {
|
||||
"fen": "8/8/8/2k5/4K3/8/8/8"
|
||||
},
|
||||
"id": "970b3cad-3f89-4f19-8be0-c702c522caf4",
|
||||
"isHidden": false,
|
||||
"type": "fen"
|
||||
}
|
||||
]
|
||||
|
||||
----
|
||||
|
||||
Uuid: ko01ys2cbv2pafa8
|
||||
Reference in New Issue
Block a user