thiscouldbejd / Gabriel

Gabriel - The Markdown Angel for Google Docs
https://educ.io/extensions/gabriel
Apache License 2.0
50 stars 22 forks source link

Strikethough Syntax #11

Closed Jayp0weru5r closed 8 years ago

Jayp0weru5r commented 8 years ago

When using a google doc and assigning font as strikethrough this is not created correctly.

Strikethrough uses two tildes. ~~Scratch this.~~

Thanks I really have been enjoying this add in.

thiscouldbejd commented 8 years ago

Hi - will look at this for you shortly!

Jd

Jayp0weru5r commented 8 years ago

I don't really use it, but was just testing all the possibilities and noticed it wasn't working.

thiscouldbejd commented 8 years ago

Hi,

Thanks for the report & feedback - I've popped some extra code in the Markdown.gs file to check for strikethrough text and output appropriately. As 'strikethough' is not part of the 'original' Markdown syntax, I am thinking of fully going over to Github-Flavoured Markdown (as that's where all the stuff ends up!), which means a few more changes to bring the parser in line with all it's features / idiosyncrasies. The code base (on this repo) is now up to date, but I've been working on a few other changes (YAML property setting in the Add-On) so will await completion of that version before pushing it live to the Add-On store.

Yours,

JD