mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 20:48:41 +00:00
fix: Support Armenian characters (#2618)
* Support Armenian characters * Update docs Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
@@ -38,6 +38,11 @@ const scriptData: Array<Script> = [
|
||||
name: 'cyrillic',
|
||||
blocks: [[0x0400, 0x04ff]],
|
||||
},
|
||||
{
|
||||
// Armenian
|
||||
name: 'armenian',
|
||||
blocks: [[0x0530, 0x058F]],
|
||||
},
|
||||
{
|
||||
// The Brahmic scripts of South and Southeast Asia
|
||||
// Devanagari (0900–097F)
|
||||
|
Reference in New Issue
Block a user