純文字轉成圖書館結構

txt to LibTreeStructure HTML file Converter


您已成功使用標準慣例路由進入製作頁面.

Upload a markdown file that meets specific formatting requirements.

Sample files for input and output

  • input:index.txt
  • output:subject_structure.js



  • We recommend uploading the sample file provided by this site, or downloading and editing a .md file according to the format specified by this site.



    LibTreeStructure.cshtml 操作教學

    完成一段文字內容:

    以tab鍵的方式,完成一個樹狀結構,每個節點的格式都是 節點標題@連結的內容 其中,連結的內容 在 該樹狀結構中必須是 唯一值

    ex:正確的
    第1章_物質1@material_1
    第2章_物質2@material_2


    ex:錯誤的(因為 有了相同的連結內容)
    第1章_物質1@material
    第2章_物質2@material

    如: