jgm/pandoc
GitHub で見るMediawiki to markdown conversion- colon not handled properly
Open
#4,458 opened on 2018年3月17日
format:Mediawikigood first issuereader
説明
in cases when colon comes before ordered or unordered list or tables, (for extra margin), coversion is incorrect
eg:
- Lists :#abc :#def :#ghi is converted to
:#abc
:#def
:#ghi 2. tables :::{|class="wikitable" |} does not convert (removing colon works)