text editor - Bold syntax around single character in Redmine -
in redmine's text editor, create word bold have surround asterisk * *this*
. question how create 1 character bold? *t*his not seem work.
if you're using textile text formatter in redmine way accomplish seems isolating character white spaces this: bla *a* bla
. couldn't find way in textile.
if utilize markdown formatter in redmine it's possible create single character bold anywhere in text this: bla**b**la
.
you can select "text formatting" in "administration" - "settings" on "general" tab. careful because changing formatting after while needs migration job stated under "text formatting" box: "for migrating saved texts textile html utilize application command line: "bundle exec rake easyproject:textile:migrate_all rails_env=production"
ps: warning seems specific our redmine plugin called "easyredmine". different or nonexistent on raw redmine installation.
character text-editor redmine text-formatting
No comments:
Post a Comment