andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

Fix broken headings in Markdown files #63

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

bryant1410 commented 7 years ago

?

andreamazz commented 7 years ago

It's targeting readmes in the embedded dependencies.

bryant1410 commented 7 years ago

Oh, I think I understand now. But why do you embed dependencies and save them in the repo? Should I filter something out?

andreamazz commented 7 years ago

They are embedded for faster CI times. You should filter out the Pods folder

bryant1410 commented 7 years ago

Ok. Sorry and thanks!