Let’s build a Markdown parser!

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 13

  • @majorbarnulf2608
    @majorbarnulf2608 3 ปีที่แล้ว +41

    "let's build a markdown parser"
    [at 3/4th of the presentation] "parsing markdown tags is done through an external library"

    • @skullcode8856
      @skullcode8856 3 ปีที่แล้ว +5

      That was so disturbing man!!!!

    • @bronzekoala9141
      @bronzekoala9141 ปีที่แล้ว +3

      Yeah right??? I thought this video was about building exactly that external library (which clearly is the actual "Markdown parser")! Very misleading title.

    • @thebluetropics
      @thebluetropics ปีที่แล้ว

      ikr????????????!!!

  • @thebluetropics
    @thebluetropics ปีที่แล้ว +6

    "filter uses common marker, a third-party library to transform basic markdown into HTML", I wasted my time watching this. Sorry.

  • @UPSCCSE-ku7ej
    @UPSCCSE-ku7ej 4 ปีที่แล้ว +1

    Awesome

  • @TheGreatAkhillis
    @TheGreatAkhillis 6 ปีที่แล้ว +4

    That's an amazing video, thank you. I am trying to build something similar myself with Django and Python.

  • @Layarion
    @Layarion 4 ปีที่แล้ว +1

    what font, and style is that editor? it looks mesmerizing.

    • @LinkEX
      @LinkEX 3 ปีที่แล้ว +1

      By "memorizing", do you possibly mean either "mesmerizing" or "familiar"?

    • @Layarion
      @Layarion 3 ปีที่แล้ว +2

      @@LinkEX meant mesmerizing ty

  • @anjith
    @anjith 6 ปีที่แล้ว +2

    Is this project open source? If so, is it on GitHub?

    • @winniewu1693
      @winniewu1693 6 ปีที่แล้ว +3

      Hi! Unfortunately what we built is not open source or on Github, but all the tools we used like Commonmarker and CodeRay are! :)
      Commonmarker: github.com/jgm/commonmarker
      CodeRay: github.com/rubychan/coderay

    • @anjith
      @anjith 6 ปีที่แล้ว +1

      Winnie Wu Thanks