hackmdio / hackmdio/vscode-hackmd
Consider support for MathJax Configuration
- Lingua principale
- TypeScript
- Stelle
- 175
- Fork
- 19
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The support for [MathJax Configuration](http://docs.mathjax.org/en/latest/options/index.html) will allow to use additional Latex packages and define custom macroses.
```js
window.MathJax = {
loader: {
load: ['[tex]/tagformat']
},
startup: {
pageReady: () => {
alert('Running MathJax')l;
return MathJax.startup.defaultPageReady();
}
},
tex: {
packages: {'[+]': ['tagformat']},
tagSide: 'left',
macros: {
RR: '{\\bf R}',
bold: ['{\\bf #1}',1]
},
tagformat: {
tag: (n) => '[' + n + ']'
}
}
};
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue names no files, tests, or entry points. Start by locating the extension's existing MathJax integration and determine how configuration is currently passed through. Done should include a decided configuration interface, support for the requested packages and macros, and tests or documented verification for the example configuration.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, typescript
- Ambito
- tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100