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

TeXmacs already has facilities to save raw data in images as external files. Use that.

enhancement
figures

That. HTML export could be a stopgap. Note to self: check table normalization in the html exporter

enhancement
figures

`(numbered (***-code ...))` renders with line numbers, or `(numbered (render-code ...))`. `(numbered (document ...))` numbers each paragraph.

enhancement

Currently `tests/run.scm` just converts files in subdirectories but doesn't check anything. We need to compare the output against the reference, either with diff or using scheme. diff might be better...

good first issue

![image](https://user-images.githubusercontent.com/1548327/124195989-c13abb00-dacb-11eb-85db-eb11b0f84ce2.png) There seems to be [no solution from MathJax](https://stackoverflow.com/questions/50633461/unwanted-word-breaks-after-inline-mathjax-formulae). We could just check concats with math followed by punctuation and bring it inside the math. This should probably be configurable...

enhancement
math

Because they can vary from document to document. Document settings should take precedence. The problem would be with the UI. Maybe duplicate prefs under a "Document" submenu and add an...

enhancement

Extract all Hugo extensions to a separate file, use overloading and extension of the dispatch hashmaps.

enhancement

I've researched a bit the topic and come up with several possible realistic solutions. * Use a C/C++ parser. Several nice and feasible possibilities, among which two: - libsoldout (http://fossil.instinctive.eu/libsoldout/home)...

enhancement
help wanted

For tags or groups of tags, as texmacs documents with corresponding correct markdown output.

good first issue