░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/rdiscount-2.2.7/bin
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: rdiscount
#!/usr/bin/env ruby # # Usage: [env RDISCOUNT_EXTENSIONS='<extension>,...'] rdiscount [<file>...] # no <file> or when <file> is '-', read Markdown source text from standard input. # # Convert one or more Markdown files to HTML and write to standard output. # With no <file> or when <file> is '-', read Markdown source text from # standard input. Optionally, the RDISCOUNT_EXTENSIONS environment variable # can specify a comma-separated list of extensions to enable in RDiscount. # if ARGV.include?('--help') File.read(__FILE__).split("\n").grep(/^# /).each do |line| puts line[2..-1] end exit 0 end require 'rdiscount' extensions = ENV['RDISCOUNT_EXTENSIONS'].to_s.split(',').map{ |key| key.to_sym } STDOUT.write(RDiscount.new(ARGF.read, *extensions).to_html)
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 rdiscount
?
772 B
2023-09-24 03:47
EDIT