kopia lustrzana https://github.com/collective/icalendar
Use `text` for ical files, as there is no `ical` lexer in Pygments. Closes #901.
rodzic
c2b2b087de
commit
6306a3be67
|
@ -1909,7 +1909,7 @@ def _get_conferences(self: Component) -> list[Conference]:
|
|||
Example:
|
||||
The following are examples of this property:
|
||||
|
||||
.. code-block:: ical
|
||||
.. code-block:: text
|
||||
|
||||
CONFERENCE;VALUE=URI;FEATURE=PHONE,MODERATOR;
|
||||
LABEL=Moderator dial-in:tel:+1-412-555-0123,,,654321
|
||||
|
|
|
@ -51,7 +51,7 @@ class Conference:
|
|||
Example:
|
||||
The following are examples of this property:
|
||||
|
||||
.. code-block:: ical
|
||||
.. code-block:: text
|
||||
|
||||
CONFERENCE;VALUE=URI;FEATURE=PHONE,MODERATOR;
|
||||
LABEL=Moderator dial-in:tel:+1-412-555-0123,,,654321
|
||||
|
|
Ładowanie…
Reference in New Issue