Skip to main content

Anubis2 Demo Site

Tag: Icons

Demo - Multiline Codes

199
200
201
202
203
204
205
206
int main() {
    int a = 1;
    if (a == 999)
        // This is a very long comment to test the `overflow` attribute defined in CSS. The `overflow` property in CSS deals with the content when it overflows the block-level container. It can take the following values: `visible` (default), `hidden`, `scroll`, `auto`, and `clip`.
        // If `visible` is specified, the content is not clipped and can render outside the container. If `hidden` is specified, the content is clipped and the rest of the content will be invisible. If `scroll` is specified, the browser should provide a scrolling mechanism for the user to access the clipped content.
    }
    return 0;
}

# Truth Table

Item Line Numbers Highlight Lines Anchor Lines Wide CodeBlock Scroll Supported
Full Feature Support ture true true
table true true
table true false
inline
ture true false
ture false false
false true /
Basic Support false false /

Note: Anubis2 does not support hl_inline=true