ds: r -> rmd

This commit is contained in:
2025-12-27 22:36:25 +03:00
parent f2c718fc3f
commit 1798c69564
9 changed files with 136 additions and 41 deletions

View File

@ -146,7 +146,7 @@ function genTables() {
break
case '$':
const args_end = gen.indexOf('$', i+2)
const args_end = gen.indexOf('$', i+1)
const args = gen.slice(i+1, args_end).split(',')
switch (args[0]) {
case 'C':