ReMarkable icon indicating copy to clipboard operation
ReMarkable copied to clipboard

ReMarkable is a set of text conventions for writing article content in plain text that is translated into the corresponding HTML by the ReMarkable script.

Results 11 ReMarkable issues
Sort by recently updated
recently updated
newest added

PHP7 disable the /e operator for preg_replace -> need to be replaced by “preg_replace_callback()”. otherwise, remarkable() simply return nothing in php7.

``` {{dictionary|A dictionary is a *long* list of words, generally alphabetically sorted […]}} ``` gives you (with auto-indent) ``` html dictionary ``` so the title show html code and strange...

Using a new line (`¬`) marker in a blockquote on its own line cause the whole blockquote to disappear. ``` | ¬ ```

bug

Clash with citation syntax. Falls under the general problem of regex boundaries.

bug

Since my bookmark-on-hover CSS is not much use when you can't copy/paste it (thank you 12 year old Firefox bug)

As part of moving to PHP5.3, large portions of ReMarkable can be re-architectured. ReMarkable limited itself somewhat due to the restriction of one overall function. With anonymous functions, we can...

If angle brackets are written not as a hyperlink, but as intended text, ReMarkable ends up stripping it out of the output for some unknown reason. A problem is with...

bug

A pain spot in ReMarkable since the beginning, for example, within quotes.

markup

To yield a little more flexibility for other uses / users of ReMarkable, classes should be attachable to elements in the same manner IDs are, e.g. ``` (#item1.red) * Do...

markup

ol/ul@type has been added back to the HTML5 spec, allowing us to specify the list type as letter, number, roman, &c. It has always been my intention for ReMarkable to...

markup