Skip to content
Snippets Groups Projects
  1. Jul 10, 2022
    • marihachi's avatar
      v0.23.0-canary.1 · 1030d099
      marihachi authored
      1030d099
    • marihachi's avatar
      implement parser with TypeScript (#116) · 34fb5070
      marihachi authored
      * clean parser
      
      * parser, success, failure, str, parser.map
      
      * seq
      
      * atLeast, any, alt, match, notMatch
      
      * mergeText
      
      * improve seq
      
      * lazy, createLanguage
      
      * types
      
      * regexp, refactor
      
      * nest limit
      
      * lint
      
      * state
      
      * syntaxes
      
      * sep1, succeeded, option, fn
      
      * simple
      
      * strikeWave, plainTag, inlineCode, mathInline
      
      * mention, refactor
      
      * seqPartial
      
      * 🚀
      
      * parser trace
      
      * fix mention, implement hashtag
      
      * lineBegin, lineEnd, refactor
      
      * imple codeBlock, fix lineEnd
      
      * codeBlock, mathBlock
      
      * fix codeBlock
      
      * fix mathBlock
      
      * fix codeBlock
      
      * lint
      
      * fix inlineCode
      
      * 🚀
      
      * centerTag
      
      * fix nesting limit
      
      * fix unicodeEmoji
      
      * 🚀
      
      * search
      
      * refactor
      
      * seqPartial -> seqOrText
      
      * lint
      
      * url, urlAlt
      
      * 🚀
      
      * 🚀
      
      
      
      * text
      
      * fix
      
      * link
      
      * linkLabel state
      
      * lint
      
      * nesting limit for link label
      
      * fix url bracket pair
      
      * nest
      
      * refactor
      
      * refactor
      
      * remove
      
      * add test
      
      * wip quote
      
      * add quote test
      
      * quote
      
      * refactor
      
      * hashtag
      
      * refactor
      
      * type
      
      * type
      
      * refactor
      
      * lint
      
      * url
      
      * italicAsta, italicUnder
      
      * italicAsta, italicUnder, mention, rethink spec
      
      * rethink spec
      
      * test: change implementation-dependent parts
      
      * hashtag
      
      * add mention test
      
      * mention
      
      * mention
      
      * mention
      
      * mention
      
      * url
      
      * test
      
      * hashtag
      
      * Revert "Auxiliary commit to revert individual files from 373972be"
      
      This reverts commit 622b66e20778ad5c283ea7629db853cbf2bb601f.
      
      * package-lock
      
      * Update tsconfig.json
      
      * Update tsconfig.json
      
      * ignore a tsd error when importing twemoji-parser regexp
      
      * lint
      
      * lint
      
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
    • syuilo's avatar
      Update mfm-js.api.md · 7b7af907
      syuilo authored
      7b7af907
    • syuilo's avatar
      update deps · c77388a7
      syuilo authored
      c77388a7
  2. Jun 07, 2022
  3. Jun 05, 2022
  4. May 22, 2022
  5. May 21, 2022
  6. May 15, 2022
  7. May 12, 2022
  8. May 05, 2022
  9. Feb 01, 2022
  10. Jan 31, 2022
  11. Jan 11, 2022
  12. Jan 10, 2022
  13. Jan 09, 2022
  14. Jan 06, 2022
  15. Jan 05, 2022
    • marihachi's avatar
      Introduce nesting limit (#87) · 93895b8a
      marihachi authored
      * support fnDepthLimit
      
      * fix parse option
      
      * rename fnDepthLimit to nestLimit
      
      * support limit nesting: big, bold, small, italic, strike
      
      * improve mention
      
      * fix hashtag
      
      * support limit nesting: hashtag
      
      * support limit nesting: url
      
      * refine link label
      
      * refactor
      
      * fix link
      
      * change default value of nestLimit
      
      * fix link label
      
      * add test
      
      * restore and modify test
Loading