Browse Source

Trying to get github to format the xml

Miha Vrhovnik 14 năm trước cách đây
mục cha
commit
7fd7dabe68
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      README.markdown

+ 6 - 6
README.markdown

@@ -20,12 +20,12 @@ required, and can be attached to many different type object managers, currently
 Notice xml: Please note, that xml mapping needs to be in a different namespace, the declared namespace for
 Notice xml: Please note, that xml mapping needs to be in a different namespace, the declared namespace for
 Doctrine extensions is http://gediminasm.org/schemas/orm/doctrine-extensions-mapping
 Doctrine extensions is http://gediminasm.org/schemas/orm/doctrine-extensions-mapping
 So root node now looks like this:
 So root node now looks like this:
-
- <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
-                  xmlns:gedmo="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping">
- ...
- </doctrine-mapping>
-
+```
+<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
+                 xmlns:gedmo="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping">
+...
+</doctrine-mapping>
+```
 
 
 ## Important
 ## Important