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:

λ§ˆν¬λ‹€μš΄ λ¬Έλ²•μœΌλ‘œ λ³€ν™˜λœ λ¬Έμ„œλ₯Ό λ°˜ν™˜ν•©λ‹ˆλ‹€.