news icon indicating copy to clipboard operation
news copied to clipboard

Check if it's feasible to support more HTML tags natively

Open bubelov opened this issue 2 years ago • 6 comments

The list of suggested tags:

  • hr
  • pre
  • code

bubelov avatar Mar 14 '22 14:03 bubelov

Example of hr tag in use: https://geohot.github.io//blog/jekyll/update/2022/03/05/beauty-after-covid.html

bubelov avatar Mar 14 '22 14:03 bubelov

Example of pre tag in use: https://drewdevault.com/2021/12/30/Language-design-considerations.html

bubelov avatar Mar 14 '22 14:03 bubelov

Please implement the pre and code tag. Without them, reading software development oriented blog posts is just not possible.

esdnm avatar Jun 25 '22 13:06 esdnm

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

bubelov avatar Jun 25 '22 13:06 bubelov

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

How does GitHub's Android app do it on Markdown files? Is it a non-native app?

esdnm avatar Sep 22 '22 14:09 esdnm

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

How does GitHub's Android app do it on Markdown files? Is it a non-native app?

Better to ask them. Probably by adding their own custom extensions

bubelov avatar Sep 23 '22 05:09 bubelov