Skip to content

문서 틀 추가 #362

@hotsixman

Description

@hotsixman

여러 문서에서 사용 가능 한 틀 구현

<frame>

  • 틀은 <frame> 태그로 구현하며, HTML의 <frame> 태그와는 다른 태그이다.
  • <frame> 태그를 사용하지 않다면 렌더링되지 않는다.
  • <frame> 태그를 여러개 사용하면 제일 처음의 <frame> 태그만 사용한다.
  • <frame> 태그 안에는 <frame> 태그를 사용할 수 없다.

<container>

  • <container> 태그는 최종적으로 <wiki-container>로 렌더링된다.
  • <container> 태그는 <chead><cbody>를 자식 요소로 가진다.
  • <chead>는 컨테이너의 헤더, 제목 부분을 담는다.
  • <cbody>는 컨테이너의 본문 내용을 담는다.

<foldable>

  • <foldable> 태그는 접기 펼치기를 담당하며, 이후 <wiki-fold> 태그로 변경된다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions