FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.25k stars 718 forks source link

Html <code> tag is not supported #349

Open nikhilwork opened 5 years ago

nikhilwork commented 5 years ago

Issue / Feature - Issue FolioReader version - 0.5.1 FolioReader Stock / Modified - Stock Android SDK - 28 Mobile / Tablet / Emulator Info - ALL Crash / Error - Error Html tag is not supported , which is used to display computer program code. Is it possible to add tag. It would be a great help. whatsapp image 2019-02-07 at 16 25 10 1

Html Code:

  1. Set rem=n%10.

  2. Set arm=arm+ (rem*rem*rem).

  3. Set n=n/10.

  • If temp=arm, then:

    1. Display “Number is an Armstrong number.”

  • Else:

    1. Display “Number is not an Armstrong number.”

  • Steps to reproduce / Describe in detail -