-
**Submitting author:** @astrophpeter (Peter McGill)
**Repository:** https://github.com/LLNL/popclass
**Branch with paper.md** (empty if default branch):
**Version:** v0.2.0
**Editor:** Pending
**Revi…
-
**Submitting author:** @areenberg (Anders Reenberg Andersen)
**Repository:** https://github.com/areenberg/MDPSolver
**Branch with paper.md** (empty if default branch): joss_paper
**Version:** v0.9.7
*…
-
**Submitting author:** @mberto79 (Humberto Medina)
**Repository:** https://github.com/mberto79/XCALibre.jl
**Branch with paper.md** (empty if default branch): joss-submission
**Version:** v0.3.1
**Edi…
-
Given
```
///
/// This is the comment of m()
///
void m() {
System.out.println("m");
}
```
when you fold the markdown comment in the editor, it looks like this:
![image](https://gi…
-
I'm using `MarkdownWriter` to render markdown into a StringBuilder. Example code:
```csharp
md.WriteStartTable(columns);
md.WriteStartTableRow();
foreach (var heading in …
-
https://github.com/kindsoft/kindeditor reports "This repository has been archived by the owner on Jan 9, 2024. It is now read-only."
It is used to compose emails using WYSIWYG (what you see is what…
-
Hello!
How to setup Typora as default markdown editor?
I have installed Typora as .deb package.
And within `rifle.conf` file I had to add the line: `ext md, has typora, X = typora -- "$@"`, but …
-
**Submitting author:** @kinleyid (Isaac Kinley)
**Repository:** https://github.com/kinleyid/tempodisco/
**Branch with paper.md** (empty if default branch):
**Version:** v0.1.0
**Editor:** @skanwal
**…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.2 (user setup)
- OS Version: Windows_NT x64 10.0.22631
Steps to Reproduce:
1. Copy and paste below tex…
-
It's currently not possible to detect when a markdown cell switches from edit mode to preview mode—essentially, when the user "saves" a markdown cell. The cell edit state is managed by the getEdit…