fix: add kbd tags to lesson messages and reorder task/description
- Replace single quotes with <kbd> tags in validation messages - German and English lessons updated for consistent formatting - Move task instruction before description in UI (index.html)
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
{
|
||||
"type": "regex",
|
||||
"value": "^p#special\\s*{",
|
||||
"message": "Use <kbd>p#special</kbd> to target paragraphs with ID 'special'",
|
||||
"message": "Use <kbd>p#special</kbd> to target paragraphs with ID <kbd>special</kbd>",
|
||||
"options": {
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user