Newman

Results 22 comments of Newman

```html MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); ``` Should do the job i think? 🤔

Are there issues we can refer to for the progrss and remaining tasks to help with?

Would it be beneficial to have electron version?

or maybe interpolation like ```html h1 { color: {{ color }}; font-size: {{ fontSize * 2 }}; } ``` ? Edit: Not friendly for editors since it is invalid css

Guess eval is the way to go then :thinking:

~~Apparently I removed the npm organization by accident so will have to create a new name for this package...~~ Using iniz for now...

Will be creating separate issues for remaining features, want to prioritize documentation first

How can I make a single `field` usable already by itself, without triggering atom effect in component already when under group :thinking: Need lazy load logic for atom itself?

Maybe i will add an extra prop in react version for that, will close it when implemented.