fabb

Results 139 comments of fabb

I could not yet reproduce it in a new project, but I let you know if I find something out. This warning happens in a simple new project too though:...

Found it, compilation fails when I set `OTHER_LDFLAGS = -Objc -all_load ${inherited}` in the build settings of my main project.

@b-ray any idea what the issue could be? Could you reproduce it in a project? I created a bug for the compiler warning, but no response so far: https://github.com/Huddle/UIWebView-Markdown/issues/2

Here is an example repo: https://github.com/fabb/StaticSunDown

@b-ray looks like the issue is in `sundown` exposing private headers which results in duplicate symbols as the lib is included in the UIWebView-Markdown lib. I could fix it via...

Tables are part of Extended Markdown. See #15 for a feature request to implement that.