mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -28,9 +28,9 @@ Tutorials
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------+--------------------------------------------+------+
|
||||
| :ref:`float<class_float>` | :ref:`margin<class_Shape_property_margin>` | 0.04 |
|
||||
+---------------------------+--------------------------------------------+------+
|
||||
+---------------------------+--------------------------------------------+----------+
|
||||
| :ref:`float<class_float>` | :ref:`margin<class_Shape_property_margin>` | ``0.04`` |
|
||||
+---------------------------+--------------------------------------------+----------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
@@ -40,7 +40,7 @@ Property Descriptions
|
||||
- :ref:`float<class_float>` **margin**
|
||||
|
||||
+-----------+-------------------+
|
||||
| *Default* | 0.04 |
|
||||
| *Default* | ``0.04`` |
|
||||
+-----------+-------------------+
|
||||
| *Setter* | set_margin(value) |
|
||||
+-----------+-------------------+
|
||||
|
||||
Reference in New Issue
Block a user