-
Some markdown editor like Quilt, iA Writer, Typora support text highlight style:
```
This is ==highlighted== text.
```
Any chance we can add the feature?
-
App Version: 2.1.6
Android 6.0.1
I installed the "Writer Plus" app to edit Markdown files in Seafile. When i click the pencil in Seafile to edit a file (i.e. test.md), Writer Plus opens a "New Doc…
anoxi updated
6 years ago
-
**Problem**:
- Definitions can be located in ANY part of document.
- Those are global.
- Quick access would be useful in AST -> HTML writer.
**How to store?**
- TBD.
- Need to be in-place …
-
I just installed the latest versions of Pandoc (2.1.2) and Atom (1.24.0) in Windows 10.
I get the following error message when I try to get a Word document using Pandoc (right click in the preview …
-
I'm trying to use this as a Markdown writer, but since there's so little documentation I'm having some trouble.
-
## Problem Description
The current way of adding hyperparameters is to do it via markdown text:
```python
writer = SummaryWriter(f"runs/{run_name}")
writer.add_text(
"hyperparameters",
…
-
If some cells are undefined, the filter can generate an invalid AST. For example, with this markdown:
```
::: list-table
* - A
- B
* - 1
:::
```
...we get the following (edited to show j…
-
Pandoc has features that allow we to easily enable and disable individual features to support various Markdown flavors.
> The behavior of some of the readers and writers can be adjusted by enabling…
-
Lots of writers author in Word format. Internally, Word files use an XML document representation that, with relevant metadata, can be parsed. Because the underlying content is much more structured tha…
-
I don't know if this is realistic, but I'd love to see a feature similar to what [Byword](http://bywordapp.com/) and [IA Writer](http://www.iawriter.com/) have: Formatting your text as you're writing …