markdown icon indicating copy to clipboard operation
markdown copied to clipboard

:notebook_with_decorative_cover: A package for converting and rendering markdown documents in TeX

Results 18 markdown issues
Sort by recently updated
recently updated
newest added

Currently, the Markdown package uses Pandoc to typeset the HTML user manual. Replacing Pandoc with the Markdown package via TeX4ht as discussed in https://github.com/Witiko/markdown/issues/90#issuecomment-1031381574 makes us self-sufficient and allows us...

documentation
technical debt
quality of life
reflection
tex4ht

Since version [2.10.0][], the Markdown package has supported the `witiko/graphicx/http` theme. Currently, the `witiko/graphicx/http` LaTeX user theme requires shell access and either GNU Wget or cURL to download images, which...

feature request
help wanted
latex
tug 2021

The Markdown package has always relied on TeX's *expansion processor*: For example, the Lua parser converts the markdown text `# What's on the Menu?`, into the TeX code `\markdownRendererHeadingOne{What's on...

feature request
help wanted
lua
plaintex
tug 2021

Since version [2.10.0][], the Markdown package has allowed users to [define and invoke *snippets*][1] that have a local effect on the behavior of markdown elements. By reimplementing snippets using @FrankMittelbach's...

feature request
latex
tug 2021
technical debt

## Introduction Since the release of Markdown v2.0.0, a large number of new options was added. However, to retain backwards compatibility, most of these options are disabled by default. This...

feature request
lua

First of all, I would like to say thank you to everyone involved in this amazing project. I'm sorry if this is already implemented. I couldn't locate in the docs....

feature request
question

Currently, `\label{}`s are only generated for tables and figures, it appears. With `headerAttributes=true`, headings can get HTML attributes including, according to the examples, of the shape `{#foo}` which > currently...

feature request
lua
plaintex

Currently, we assume that all strings in YAML metadata are markdown text. Besides the `jekyllDataString` renderers, we should also produce e.g. `jekyllDataProgrammaticString` renderers, which would receive the raw text of...

lua
plaintex
conversion output
yaml