markdown translator
```shell npm install @datlas/mdt-lib ```
MDT Design | React组件库
`npm install -g mdt-tpl-helper`
Prebuilt mdt binary for Linux x64 (glibc)
Установка с помощью `npm`
模板文件参见 [./README.mdt](./README.mdt)
时间轴
Установите модуль с помощью `npm`
Official TypeScript/JavaScript SDK for the HeavyClaws CAD/MDT Backend
Prebuilt mdt binary for macOS arm64
Prebuilt mdt binary for macOS x64
Prebuilt mdt binary for Windows arm64
Prebuilt mdt binary for Windows x64
Prebuilt mdt binary for Linux arm64 (glibc)
Sfdx metadata plugin
Prebuilt mdt binary for Linux x64 (musl)
Prebuilt mdt binary for Linux arm64 (musl)
A CLI that translates a single markdown file using the [opencode SDK](https://opencode.ai/docs/sdk/) as its engine. It reuses your existing opencode authentication and provider configuration, and locks down every available tool so the model can only read
No description provided.
CLI for managing markdown templates across your project
[‼️]: ✏️README.mdt
No description provided.
Reusable React components library
a markdown tool for writers
Scrapes Lustre stats and aggregates into JSON or YAML
LSP server for mdt (manage markdown templates)
MCP server for mdt (manage markdown templates)
the cli which updates markdown content anywhere using comments as template tags
update markdown content anywhere using comments as template tags
Date/time CLI utility
A terminal markdown viewer
A fast terminal-based Markdown viewer and editor built with Rust.
A Rust version of the zdump utility.
Automated typesetting tool that adds spaces between Chinese and English characters to enhance readability. / 自动排版工具,在中文和英文字符之间添加空格以增强可读性。
This is a BGP (parsing and composing) and BMP (only parsing) protocols driver library for Rust
Modular Deployment Tool
Core of Modular Deployment Tool
A module with simple implementations for MDT
Dummy module for MDT
Git module for MDT
A module that implements versioned releases deployment for MDT
Util for converting Markdown to HTML.
convert 2D array to markdown table
This gem provides some functions making LaTeX document with Markdown.
# mdtoc - Markdown Table of Contents Read Markdown files and output a table of contents. ## Installation Requirements: * [Ruby](https://www.ruby-lang.org/en/) (see [.ruby-version](./.ruby-version)) ```bash gem install mdtoc ``` ## Usage ```bash mdtoc --help Usage: mdtoc [options] files or directories... -h, --help Show this message -o, --output PATH Update a table of contents in the file at PATH -a, --[no-]append Append to the --output file if a <!-- mdtoc --> tag isn't found -c, --[no-]create Create the --output file if it does not exist ``` 1. Add a `<!-- mdtoc -->` tag to a Markdown file. ```bash echo '<!-- mdtoc -->' >> README.md ``` 2. Run `mdtoc` and specify input files or directories (eg. the "test/samples" directory) and an output file (eg. "README.md"). ```bash mdtoc -aco README.md test/samples ``` ## Example Rakefile Create a `Rakefile` with the contents below, then run [`rake`](https://github.com/ruby/rake) to: * `git pull` * `git add` any `*.md` files * Run `mdtoc` to update the generated table of contents in the ./README.md file * Git commit and push any changes ```ruby task default: %w[mdtoc] desc 'Update Markdown table of contents and push changes to the git repository' task :mdtoc do command = <<~CMD set -e if [ -n "$(git diff --name-only --diff-filter=U)" ]; then echo 'Error: conflicts exist' >&2 exit 1 fi mdtoc --append --create --output README.md docs/ git add *.md **/*.md git commit -qm 'Update TOC' || true git pull git push CMD sh command, verbose: false do |ok, status| unless ok fail "Failed with status: #{status.exitstatus}" end end end ``` See [andornaut/til](https://github.com/andornaut/til/blob/master/Rakefile) for an example. ## Development ### Setup Requirements: * [Bundler](https://bundler.io/) * [chruby](https://github.com/postmodern/chruby) (recommended) ```bash # Setup development environment bin/setup ``` ### Tasks ```bash # List rake tasks rake -T rake build # Build gem into the pkg directory rake default # Run the build, rubocop, sorbet and test tasks rake install # Build and install gem into system gems rake rubocop # Run RuboCop rake sorbet # Run the Sorbet type checker rake test # Run tests # Run mdtoc with test inputs ruby -Ilib bin/mdtoc test/samples # Run mdtoc with test inputs, and write to a newly created output file f=$(mktemp) && ruby -Ilib bin/mdtoc -aco ${f} test/samples ; cat ${f} ``` ### Publishing 1. Bump version in `lib/mdtoc/version.rb` 2. Run `bundle install` to update `Gemfile.lock` 3. Commit the changes 4. Run `rake release` to publish the gem to RubyGems, create the git tag, and push
Simple cli utility for converting markdown into pdf.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.