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
派生數26
提交數49
已啟用問題?
問題數8
打開的問題數3
拉請求數8
打開的拉請求數4
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?