jvanderberg

Results 2 comments of jvanderberg

Can you override the presentation of every HTML element? https://github.com/probablyup/markdown-to-jsx#optionsoverrides---override-any-html-tags-representation Seems like you could represent them as react native with appropriate react native styling. Though I have no idea if...

We had the same problem and found we had a global stylesheet that had: ``` * { font-family: ... } ``` Moving this to a body style appears to have...