r70 vs r71
......
4545
{{{#orange \^\^}}}\^윗첨자{{{#orange \^\^}}}\^}}}처럼 인식되어 {{{#!wiki @ms@
4646
^^\^윗첨자^^\^}}}로 나온다. 단, {{{#!wiki @ms@
4747
\'\'\'볼드체\'\'\'}}}는 정상적으로 인식된다.
48
* if 문법에서 {{{#!if "0"[0]>0
49
"문자열"[index]를 프로그래밍용 정수값으로 불러오는 문법 지원되지 않는다.}}} ([[https://feedback.theseed.io/posts/1604/string-prototype-charcodeat-meseodeu-heoyong|참고]]{{{-3 ^^더시드포럼^^}}}) 또한 indexOf, substring, substr 등 the seed에 지원되는 문자열 메서드가 the tree에는 지원되지 않는다.
48
* if 문법 the tree는 다음 문법이 지원되지 않는다.
49
* {{{#!if "0"[0]>0
50
"문자열"[index]를 프로그래밍용 정수값으로 불러오는 문법 ([[https://feedback.theseed.io/posts/1604/string-prototype-charcodeat-meseodeu-heoyong|참고]]{{{-3 ^^더시드포럼^^}}}) }}}
51
* {{{#!if "더"[0]==0xb354
52
문자의 0x○○○○식 유니코드 16진법 계산.}}}
53
* indexOf, lastIndexOf, substring, substr 등 the seed에 지원되는 문자열 메서드(method)가 the tree에는 지원되지 않는다.
54
관련 문서 : [[https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String|Mozilla MDN Web Docs, JavaScript/Reference/Global_Objects/String]]
5055
== ACL ==
5156
the tree에 다음과 같은 기능이 더 추가되어 있다.
5257
* the seed 구버전 같이 네임스페이스만이 아니라 문서에 읽기 ACL을 걸 수 있다.[* {{{#gray,#gray ''(insert,read,deny,perm:any으로 ACL 변경)''}}}]
......