Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-2840

Change indented codeblocks to fenced - Jaeger

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • OSSM 2.0.0
    • OSSM 1.1.0, OSSM 2.0.0
    • Documentation

      Example. The code sample in step 1 is the wrong kind. It's made with indented code block. 

      https://docs.openshift.com/container-platform/4.3/service_mesh/service_mesh_user_guide/ossm-traffic-manage.html#ossm-routing-bookinfo-applying_routing-traffic

      The indentation creates a code block, but the output is different from the embedded code block that is created when we use the fenced technique. 

      Instead of

       

      ____$ oc command

       

      it should be

       

      ----

      $ oc command

      {{---- }}

       

      We can search for these indented codeblocks in atom using the find in project feature and fix them in a few minutes.

       

      This also has an impact on the work Brian is trying to do to mirror the OSSM docs content into the Maistra docs.

            jstickler Julie Stickler (Inactive)
            ntimpe@redhat.com Neal Timpe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: