Skip to content

Mediawiki to markdown conversion- colon not handled properly #4458

@vashit

Description

@vashit

in cases when colon comes before ordered or unordered list or tables, (for extra margin), coversion is incorrect

eg:

  1. Lists
    :#abc
    :#def
    :#ghi
    is converted to

:#abc

:#def

:#ghi
2. tables
:::{|class="wikitable"
|}
does not convert (removing colon works)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions