__                 _ _                _
  / _| ___   ___   __| | |__   __ _ _ __| | __
 | |_ / _ \ / _ \ / _` | '_ \ / _` | '__| |/ /
 |  _| (_) | (_) | (_| | |_) | (_| | |  |   <
 |_|  \___/ \___/ \__,_|_.__/ \__,_|_|  |_|\_\

A personal BBS  ·  Missoula, Montana  ·  formerly NaClCON BBS

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • exec/md_handler.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Apr 9 00:29:26 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6f6033d77cd22d3a4e3a4548
    Added Files:
    exec/md_handler.js
    Log Message:
    Add Markdown-to-HTML web content handler (md_handler.js)

    Similar to asc_handler.js, converts .md files to HTML on the fly.
    Supports headings, bold/italic, code blocks, lists, blockquotes,
    links, images, horizontal rules, and pipe-delimited tables.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Apr 9 20:50:50 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/e49221ec2573627038310e22
    Modified Files:
    exec/md_handler.js
    Log Message:
    Add raw markdown download option to md_handler.js

    Appending ?raw to the URL serves the original .md file as text/plain.
    A "View raw markdown" link is shown at the bottom of the HTML output.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net