markdown icon indicating copy to clipboard operation
markdown copied to clipboard

A markdown converter plugin for TeXmacs

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

In a list, emphasize a bullet point (i.e. make the `` tag include the ``). The export follows the nesting and isn't correct markdown. This: ![image](https://github.com/texmacs/markdown/assets/1548327/efc201dc-5879-44da-8b42-2ccf16a5a4b3) Is incorrectly exported as...

bug

The dialog for "Paragraph width" doesn't save anything if the field is left empty. In order to deactivate the default width of 80 cols, one has to enter any number...

bug

Debian 12 compiled texmacs in enable-guile2 with guile3.0. ` source file ~/.TeXmacs/plugins/markdown/progs/srfi/srfi-9.scm ;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/3.0/ccache/srfi/srfi-9.goguile: uncaught exception: Unbound variable: default-record-printer Cannot exit gracefully when init is in progress;...

bug
help wanted

* [ ] Implement export of `equation-lab`. Export to LaTeX doesn't seem to work out of the box. * [ ] More generally, implement support for `set-binding` (although this won't...

enhancement
math

As of 3727b1931f3617d4cdf7a4c7296bde3848be0c4a, [tests/vanilla/simple-math.tm](https://github.com/texmacs/markdown/blob/develop/tests/vanilla/simple-math.tm) fails in the paragraph with several `> `

bug

Hi, in my TeXmacs document I write an equation such as $\pi_3=\pi_1+\pi_2$, and export it as markdown file. the equation becomes `$\pi \_{3} = \pi \_{1} + \pi \_{2}$`. There...

enhancement
math

Tables are currently (f1332bba6d0d23d3448921acc8ae3ddf905659f7) exported as HTML. This is not specific to hugo, or Goldmark, but of any renderer which supports html. Other tags that can be exported as html...

enhancement

In vanilla. And in hugo, add affiliation to frontmatter?

enhancement
good first issue

* Export to eps / pdf * Convert to svg Also see #9 , #17 , #4

enhancement
figures

E.g. pdf or eps images. Either try to convert them (configurable), or in a first approximation just look for alternative formats in the same folder. The config option could be...

enhancement
figures