Skip to content

Rich Text / Inline Entries should support array content #38

Description

@kgar

Given this ts-markdown code:

italic(
  [
    bold('Bold/Italic Label:'), 
    ' Some italic text.'
  ]
)

The expected markdown should be:

***Bold/Italic Label:** Some italic text.*

Rendered:
Bold/Italic Label: Some italic text.

Currently, it's rendering:

**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions