-
So Markdown supports inline HTML, and TUI editor reflects inline HTML in the preview. But we don't want the users to be able to use inline html - ideally the user could type, say `Hey` but it would be…
-
Hi,
I tried to include a table with two images in my last md document. The first solution (native markdown) works just fine when exported to pdf, but the second one does not work (resulting in a bl…
-
#### Expected behaviour
Using text link creates a correct notation for hyperlink with title:
~~~
[link text](URL "link text title")
~~~
#### Actual behaviour
Result of this input
![ima…
-
hi,can slidesdown use reveal.js's plugin set?
how to configure it, and is there have a step-by-step demo?
-
In many standards, such as several[^md] Markdown[^md] flavors[^md] and OOXML it is possible to reference the same footnote multiple times.
I would like to be able to do this also within Tiptap usin…
-
Trying to create a dtdocs repository to prepare a pull request to supplement the rather spare existing documentation of the "custom sort" feature as described in my issue 672. Unfortunately, I have us…
-
-
Hello, I wondered what is recommended way to use local markdown files with paperqa. Looking at [readers.py](https://github.com/Future-House/paper-qa/blob/HEAD/paperqa/readers.py#L287) it seems markdow…
-
### Describe the problem
The current banner in README.md still has the old slogan "Cybernetically enhanced web apps".
Also, when viewing README.md (e.g. on the GitHub website/app or a code editor)…
-
I'm using this action in my workflow:
```
- name: Convert HTML to Markdown
id: html2markdown
if: always()
uses: rknj/html2markdown@v0.1.0
with:
html-…