-
```
What steps will reproduce the problem?
1.Open firefox 19.0.2, gimp 2.8.4, font-manager 0.5.7, gitg 0.2.5, retext
3.1.3, etc.
2.Set font to Share Tech Mono
3.Type or access the consecutive charact…
-
https://pypi.org/project/proselint/
-
On the [Pacifica Icon Theme DeviantArt page](http://bokehlicia.deviantart.com/art/Pacifica-Icons-402508559) there is a link to a [form to submit icon requests](https://docs.google.com/forms/d/1dSRER1N…
-
Is Python backend at `api.proselint.com` running just for [the demo page](http://proselint.com/write)? ([broken in FF](https://github.com/amperser/proselint/issues/227))
I wonder if it would be fea…
lidel updated
3 years ago
-
### Description
Using MarkText with version control system become difficult because of moving footnotes to the real end of document.
### Steps to reproduce
1. Have Markdown document with foo…
-
Across the various documents I write using Retext, I find myself repeating some blocs of markdown.
I would really benefit from a template / macro feature. A template would have an identifier, a te…
-
My main project will be to complete an npm module for getting texts that are almost-but-not-quite the same as the source text.
The idea is rougly the same as @dariusk's _Harpooners and Sailors_ ([h…
-
# Bug
Components inside ForeignObject don't rerender properly.
# Repro
https://snack.expo.io/@d0m3/foreignobject-no-render
# workaround
Add key to ForeignObject to control rendering
-
Running 7.1.0 with Qt 5.12.8 under latest Ubuntu Focal... the preview pane and source pane are not synchronizing, even though the option is checked. I have tried restarting, but no luck.
-
``` ruby
#4
it 'preserves emoticons' do
text = "lol :-D"
pt = PragmaticTokenizer::Tokenizer.new(text, downcase: false)
expect(pt.tokenize).to eq(
["lol", ":-D"]
)
end
```