-
Can a collection contain other collections? The GFM says yes, but that may be too much complexity to address in simple core.
-
### What's hard to do? (limit 100 words)
Currently procs can block for multiple reasons. For XLS's interpreters' purposes, a Tick() can return once procs are blocked and progress is made.
https…
-
I'm trying to use de_window with gfm library and cannot do this:
```
auto window = scoped!Window(width, height, "Title"w, WindowContextType.Opengl);
```
because it creates wrong window instance.…
-
There are a bunch of markdown related issues (#1803 #866 #583 to name a few). Before tackling these, we should start/restart from a clean slate of something [Commonmark](https://commonmark.org/) compl…
-
![screen shot 2017-09-12 at 4 49 51 pm](https://user-images.githubusercontent.com/49038/30347527-697d32f4-97da-11e7-897a-e0c1591765db.png)
for
![screen shot 2017-09-12 at 4 50 03 pm](https://user-im…
-
The SARIF spec says it accepts GitHub-flavored Markdown (GFM). It doesn't appear to do so. Consider this rule description in a SARIF file, which includes a line break ("`\r\n`"):
```
"shortDescripti…
ghost updated
3 years ago
-
It would be nice to have an option to pass an object to override **marked** parser option, for example (that's my main issue) to enable GFM line breaks, what do you think?
If you're ok with this, I…
-
### Initial checklist
- [X] I agree to follow the [code of conduct](https://github.com/Saul-Mirone/milkdown/blob/main/CODE_OF_CONDUCT.md)
- [X] I searched [issues](hhttps://github.com/Saul-Mirone/…
-
We have some source files which contain comments not associated with any code, this is common in ExtJS code, please see https://docs.sencha.com/extjs/7.4.0/classic/src/ComboBox.js.html#Ext.form.field.…
-
Pandoc のフォーマット `gfm` は未だに `header_attributes` をサポートしていない。このためヘッダーの id を変えられず、ASCII でないタイトルは `-1`、`-2` みたいに id が振られてしまう。これでは永続的な id にならないので問題である。どうしよう?