rtomayko / ronn

the opposite of roff
http://rtomayko.github.com/ronn/
Other
1.36k stars 84 forks source link

Cannot render circumflex #101

Open ldenneau opened 7 years ago

ldenneau commented 7 years ago

The following Markdown snippet contains a circumflex but it is discarded in the conversion to roff. There does not appear to be a way to render a circumflex.

ronn < test.md > test.1

The circumflex is discarded. test.md contains:

test - render a circumflex

DESCRIPTION

We are trying to render a circumflex.

y = 2^x

hosiet commented 7 years ago

I believe the ronn project was abandoned long time ago.

apjanke commented 5 years ago

I've fixed this issue over in my Ronn-NG fork: https://github.com/apjanke/ronn-ng/issues/5.

If you want to give it a try, switch from the ronn gem to the ronn-ng gem. It's a drop-in replacement.

Bug reports welcome at the Ronn-NG Issues page.