parrt / mini-markdown

Parser for small subset of markdown
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

app doesnt work #2

Open hvylyna opened 7 years ago

hvylyna commented 7 years ago

Hi. The application doesn't work after you last changes in CharsAsTokens.java. Could you please advice how to change Tool.java to correct the application

parrt commented 7 years ago

@hvylyna what's wrong?

hvylyna commented 7 years ago

Hi. In Tool.java I've got compilation error on creation charTokens. Second parameter in CharsAsToken constructor have to be a Map but String[].

parrt commented 7 years ago

ok, perhaps you can send a PR? :)