search

Home  >  Q&A  >  body text

objective-c - What does iOS development use for code highlighting in html?

Excuse me, now I can get a json html file, but the html only has the article theme and no other styles. Is there any way to render its style?

仅有的幸福仅有的幸福2806 days ago563

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:26:00

    Are you using webview to display HTML? If so, then it should be the same as web code highlighting.
    That is, you need to parse the html and then embed a code highlighting js into it, such as highlight.js, etc.

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-02 09:26:00

    Google has a streamlined and efficient code highlighting solution, it seems to be called pretty code, it is a js library, you can check it out

    reply
    0
  • Cancelreply