Skip to content
#

html-parser

Here are 258 public repositories matching this topic...

prempalsingh
prempalsingh commented Nov 13, 2019

Starting React Native 0.60.0, fontWeight >=500 are no longer set to bold by default.
fontWeight either needs to be set at 700 or bold for the typeface to be set as bold.

Source - https://github.com/facebook/react-native/blob/3915c0fa6178fbb8aa9b8bd54881cfdbde8fde70/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactBaseTextShadowNode.java#L493

Happy to raise a PR and cha

alexholy
alexholy commented Apr 15, 2018

There is a lot of content out there that uses this behavior. Actually, HTML5 mandates that

<p>1<p>2<h1>head1</h1>

and

<p>1</p><p>2</p><h1>head1</h1>

MUST be treated equally. Sadly, some HTML edit components emit such stuff.

At present the parser looses this content:

/*	
See: http://www.w3.org/TR/html50/grouping-content.html#the-p-element

A p element's

AutoCSer is a high-performance RPC framework. AutoCSer 是一个以高效率为目标向导的整体开发框架。主要包括 TCP 接口服务框架、TCP 函数服务框架、远程表达式链组件、前后端一体 WEB 视图框架、ORM 内存索引缓存框架、日志流内存数据库缓存组件、消息队列组件、二进制 / JSON / XML 数据序列化 等一系列无缝集成的高性能组件。

  • Updated Jan 2, 2020
  • C#
skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

  • Updated May 21, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the html-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.