diff --git a/apps/pcx86/1983/adventmath/README.md b/apps/pcx86/1983/adventmath/README.md index c793beaae..325e9dfbc 100644 --- a/apps/pcx86/1983/adventmath/README.md +++ b/apps/pcx86/1983/adventmath/README.md @@ -11,7 +11,7 @@ machines: path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json B: path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json - keys: 8-10-81\rb:\ra:basica castle\r + autoType: 8-10-81\rb:\ra:basica castle\r --- Adventures in Math (1983) diff --git a/modules/markout/lib/markout.js b/modules/markout/lib/markout.js index e314bb790..67debb0fd 100644 --- a/modules/markout/lib/markout.js +++ b/modules/markout/lib/markout.js @@ -453,6 +453,7 @@ MarkOut.prototype.convertMD = function(sIndent) aOptions = aaOptions[iOption]; var sSpace = aOptions[1], sName = aOptions[2].toLowerCase(), sValue = aOptions[3]; if (sName == 'automount') sName = 'autoMount'; // for backward compatibility + if (sName == 'autotype') sName = 'autoType'; if (!id && sName == 'id') { id = sValue; } else if (sName == 'autoMount') {