{"id":22863839,"url":"https://github.com/nilsding/mdlatex","last_synced_at":"2026-02-07T13:31:33.122Z","repository":{"id":21468844,"uuid":"24787355","full_name":"nilsding/mdlatex","owner":"nilsding","description":"converts Markdown to LaTeX using redcarpet (mirror of http://git.rrerr.net/nilsding/mdlatex/)","archived":false,"fork":false,"pushed_at":"2014-10-26T08:21:30.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T03:03:02.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nilsding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-04T10:58:10.000Z","updated_at":"2019-06-01T13:52:50.000Z","dependencies_parsed_at":"2022-08-21T15:01:01.200Z","dependency_job_id":null,"html_url":"https://github.com/nilsding/mdlatex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilsding/mdlatex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsding%2Fmdlatex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsding%2Fmdlatex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsding%2Fmdlatex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsding%2Fmdlatex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilsding","download_url":"https://codeload.github.com/nilsding/mdlatex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilsding%2Fmdlatex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29195073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T11:17:39.167Z","updated_at":"2026-02-07T13:31:33.106Z","avatar_url":"https://github.com/nilsding.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdlatex\n\n[![build status](http://ci.rrerr.net/projects/1/status.png?ref=master)](http://ci.rrerr.net/projects/1?ref=master)\n\nmdlatex is a simple Markdown to LaTeX conversion tool.  It works by providing\na new renderer class for [redcarpet](https://github.com/vmg/redcarpet).\n\n## Features\n\n* Write all your things in Markdown and convert them to LaTeX with ease!\n* It's written in Ruby!\n* Code syntax highlighting using minted and Pygments\n* Won't eat your grandma!\n\n## Installation\n\nInstall the dependencies:\n\n* Ruby 1.9.3+\n* A LaTeX distribution (with XeTeX included)\n* minted (LaTeX package/style for syntax highlighting source code)\n* Pygments (the syntax highlighter minted uses)\n* redcarpet (you can do that by running either `bundle install` or\n`gem install redcarpet`)\n\n## Usage\n\n1. Write your document in Markdown format\n2. Run `ruby mdlatex.rb document.md \u003e document.latex`\n3. Include the converted file in your LaTeX document like this:\n\n``` latex\n\\input{document.latex}\n```\n\n4. Compile to PDF using `xelatex -shell-escape real_document.latex`\n\nAn example document with output is in the `examples` directory.\n\nThere might be some unexpected behaviour (or even bugs!) in either the\nMarkdown parser or the converter, so you definitely should check the output of\nthe converter and probably edit it, too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilsding%2Fmdlatex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilsding%2Fmdlatex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilsding%2Fmdlatex/lists"}