jgm/pandoc

Mediawiki to markdown conversion- colon not handled properly

Open

#4,458 opened on 2018年3月17日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Haskell (44,133 stars) (3,850 forks)batch import
format:Mediawikigood first issuereader

説明

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)

コントリビューターガイド