boj.python.core.web.HTMLElement - Hepheir/BOJ-Offline-Judge GitHub Wiki

interface HTMLElement

interface HTMLElement {
	attribute str inner_HTML;
	str to_markdown();
}

Properties

inner_HTML

해당 HTML 요소 안의 내용입니다.

Methods

to_markdown()

해당 요소의 내용을 마크다운으로 변환하여 반환합니다.

Returns:

마크다운 문법으로 변환된 문서를 반환합니다.