Kotlin-Polytech / KotlinAsFirst

Задачи для онлайн-курса "Котлин как первый язык программирования"
Creative Commons Attribution Share Alike 4.0 International
74 stars 115 forks source link

Lesson 7: markdown tasks have problematic tests #73

Open mglukhikh opened 5 years ago

mglukhikh commented 5 years ago

One of known problems is overlapping markdown tags producing non-valid HTML <i><b></i></b>. May be something others. Anyway, we should either fix these problems or just delete these tasks and replace them with something else.

mglukhikh commented 5 years ago

Related issue: #72

mglukhikh commented 5 years ago

Other problem here: sometimes markdown "brackets" have no pair.

mglukhikh commented 5 years ago

I suggest here to generate some random element tree, then convert it to both HTML and markdown. Consistent basic tree should produce consistent HTML, so we'll have no problems from the issue.

mglukhikh commented 4 years ago

Overlapping tags problem should be fixed.