Skip to content

Markdown tables are not supported? #196

@afarran

Description

@afarran

Having ldoc comments in this markdown format:

Item 1,1 Item 1,2
Item 2,1 Item 2,2
Item 3,1 Item 3,2

does not produce the following expected HTML table output:

Item 1,1 Item 1,2
Item 2,1 Item 2,2
Item 3,1 Item 3,2

Is this a bug? Is there a workaround other than embedding HTML table tags in the ldoc comments?

Tested with Ldoc v1.4.3.
config.ld has the following settings:

  • no_summary=false
  • not_luadoc=true
  • format='markdown'
  • plain=false
  • boilerplate=false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions