Skip to content

Line breaks in text logs aren't working #145

Open
@opiateblush

Description

@opiateblush

This

logger = TBLogger("logs")

markdown_text = """
### Markdown Text

TensorBoard supports basic markdown syntax, including:

    preformatted code

**bold text**

| and | tables |
| ---- | ---------- |
| among | others |
"""

log_text(logger, "markdown_1", "**This** is the *power*  of >>>markdown \n *line break not working* ", step = 0)
log_text(logger, "markdown_2", markdown_text, step = 0)

produces

Screenshot from 2024-04-19 18-30-01

TensorBoardLogger: v0.1.23
TenosrBoard: v2.16.2
Julia: v1.10.2
Python: v3.10.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions