simiki

回车不换行怎么设置

Markdown

change the markdown extensions

simiki/generators.py#L245

    def _set_markdown_extensions(self):
        """Set the extensions for markdown parser"""
        # Default enabled extensions
        markdown_extensions_config = {
            "fenced_code": {},
            "nl2br": {},
            "toc": {"title": "Table of Contents"},
            "extra": {},
        }

Katex

Remember to leave some spaces between _, otherwise it will be interpreted as <em> in HTML.

$$R_i = \rho^{out} _ {i} - \rho^{out} _ {in}$$

$$R_i = \rho^{out} _ {i} - \rho^{out} _ {in}$$

admonition

!!! alert-success "": conclusions form the paper (proved by the results)

!!! alert-info "": some statements (citing other papers, or some general statements)

!!! alert-warning "": confusing parts to me

!!! alert-primary "": possible future directions