html-parser

Parse HTML 5 in Elm

  • 所有者: hecrj/html-parser
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

html-parser Build Status

Parse HTML 5 in Elm 0.19!

import Html.Parser

Html.Parser.run "<div><p>Hello, world!</p></div>"
-- => Ok [ Element "div" [] [ Element "p" [] [ Text "Hello, world!" ] ] ]

Limitations

  • <script> tags are not fully supported.
  • SVG is not supported.

Feel free to contribute!

Contributing / Feedback

Feel free to fork and open issues or pull requests. You can also contact me (@hecrj)
on the Elm Slack. I am always happy to talk!

Credits

主要指标

概览
名称与所有者hecrj/html-parser
主编程语言Elm
编程语言Elm (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2018-05-16 01:31:18
推送于2023-04-08 19:05:16
最后一次提交2020-08-07 22:31:56
发布数13
最新版本名称2.4.0 (发布于 )
第一版名称1.0.0 (发布于 2018-08-23 06:22:43)
用户参与
星数61
关注者数5
派生数25
提交数49
已启用问题?
问题数8
打开的问题数3
拉请求数8
打开的拉请求数3
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?