nkalvi
nkalvi
Aha - adding via 'embed-font' worked very well - thank you!
I think it would be useful to allow subtitle rendition in article type also. https://asciidoctor.org/docs/user-manual/#document-subtitle doesn't explicitly state handling of subtitle is limited only to `book` type.
According to [the standard](https://pubs.opengroup.org/onlinepubs/9699919799/) > Each conversion specification is introduced by the character ( '%' ). After the character '%', the following shall appear in sequence: ... > `%`: Write...
Could you try using [digraphs](https://github.com/b4winckler/macvim/blob/master/runtime/doc/digraph.txt) (I'm not sure whether it is practical for you)? In case the default binding `` is already used by some plugin, you may want to...
@fguimara Which platform are you on?
@fguimara Found a suggestion [here](http://stackoverflow.com/questions/11903889/how-to-not-get-special-characters-in-place-of-meta-key-combinations-for-vim-on-o) (make the change in the the appropriate .vimrc): ``` if has("gui_macvim") let g:AutoPairsShortcutToggle = 'π' " let g:AutoPairsShortcutFastWrap = '∑' " let g:AutoPairsShortcutJump = '∆'...
I'm not sure - it works fine under ``` VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Feb 20 2016 07:08:25) MacOS X (unix) version Included patches: 1-1362 Compiled...