Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. wiki Code highlighting dont work

wiki Code highlighting dont work

Added by eric li about 8 years ago

when i write some code in wiki follow Wiki Syntax Quick Reference ,and writing as below, but it not work.


Replies (3)

RE: wiki Code highlighting dont work - Added by Oliver Günther about 8 years ago

Hi Eric,

did you perhaps unselect the textile formatting in your Administration > System Setttings > General ?

Best,
Oliver

RE: wiki Code highlighting dont work - Added by eric li about 8 years ago

the text-format is just textile , it is not wokring. and i found it not working in this editor too. and i write the code as bellow

but it render as below, what’s wrong with me?

$a=1;
$b=2;
for($i=0;$i<10;$i++)
{
  $a+=$b*$i;
}
echo $a;

RE: wiki Code highlighting dont work - Added by Randy de Resendes almost 8 years ago

I am having the same issue.

running 7.1 from docker

has anyone got this working?

  • (1 - 3/3)
Loading...