danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

Option to disable emoticons #194

Closed jk closed 9 years ago

jk commented 9 years ago

I could not find an option to disable the replacement of emoticons. In my API blueprint I describe some terms like Facet:Position… were the :P gets replaced by an emoticon. I think it's obvious that this not the intended behavior. There're a couple more emoticons which were replaced.

Screenshot of emoticons

Perhaps you would like introduce a CLI parameter like --disable-emoticons?

kylef commented 9 years ago

@jk Perhaps it would make sense to wrap these strings in code blocks:

- `Facet:PositionIndustry.Name`: industry (german: "Branche") name

This would atleast provide you with a quick workaround.

jk commented 9 years ago

@kylef Thanks, that's working for a workaround.

danielgtaylor commented 9 years ago

@jk the latest release of the Olio theme (1.6.0) now provides an option to disable emoji support via --no-theme-emoji. Sorry about that!

truebit commented 8 years ago

Now there is only option in help message with --theme-emoji, it cannot make users got the --no-theme-emoji idea. Maybe in help message, we should say that there is also an option --no-theme-emoji