-
Problems and HTML blocks can both take advantage of MathJax to render math. This works in the preview sidebar, but the raw markup is presented in the preview description on the card:
![Screenshot 2…
-
## 📝 Provide detailed reproduction steps (if any)
1. Go to [https://ckeditor.com/import-from-word/demo/#extended-import](https://ckeditor.com/import-from-word/demo/#extended-import)
2. Import th…
-
All Central Dogma APIs use JSON (Patch) to exchange data. A Central Dogma server can't handle other types such as XML or YAML.
Currently, the request `content-type` is not specified in some API met…
-
### Description
I have made a WPF dropdown component that is generic, so I can make a Combobox a little less tedious to work with:
```csharp
public class MyDropDown : UserControl
{
private …
-
I don't know if you're planning to support math ever, but just in case I thought I'd give you a heads up that I have a JS converter for the Office math markup to MathML, so it could just be reused in …
-
Sometimes I found that if we use some custom markup extensions, which can make our code easier.
For example, if we want to control the visibility of a ui element and there is a bool property (name…
-
When specifying a PropertyConverter via the "converter" property in a JSON metadata object, the convertTo and convertFrom methods are never called. It works fine when specified using markup.
This c…
-
I created my own framework to use Dependency Injection in WPF. This is done using the ASP.NET infrastructure.
I can inject pages, viewmodels and many other types, but the WPF infrastructure does not …
-
Motivation: A recent issue in the arXiv HTML experiment (https://github.com/arXiv/html_feedback/issues/258) requested some additional support for `\pdfliteral` for LaTeXML (CC-ing @brucemiller for the…
-
Want bind byte[] to Image Source.
Its work in wpf, but devtools show null in Source.
@grokys say:
> i don't think that's currently supported - it would need to be added to BitmapTypeConverter: …