# Marking up insertions and deletions

After working through this section, you should be able to:

* Mark up insertions
* Mark up deletions.

## Marking up insertions

The pattern for marking up insertions is as follows:

* Before the inserted text, the opening `{{+`  (note the space after the `+`)
* The inserted text
* The closing `}}`.

{% hint style="info" %}
If the inserted text starts with a space, simply add a second space after the `+`.
{% endhint %}

### Example

```
  All decisions taken should be reported to the Bureau, the {{+ Open-ended}} Working Group and to the next meeting of the Conference of the Parties.

```

Will look like this in View mode:&#x20;

![](/files/ApsMXuJkwr7vf4lWeRQw)

{% hint style="warning" %}
While `{{+ insertions}}` and `__underlines__` look the same in View mode, they just happen to both be styled with an underline for now.

If the style for insertions is updated to a double underline to set them apart from normal underlines, only `{{+ insertions}}` will be updated.
{% endhint %}

## Marking up deletions

The pattern for marking up deletions is as follows:

* Before the deleted text, the opening `{{-`  (note the space after the `-`)
* The inserted text
* The closing `}}`.

{% hint style="info" %}
If the deleted text starts with a space, simply add a second space after the `-`.
{% endhint %}

### Example

```
  The Secretariat shall {{- consult with}}

```

Will look like this in View mode:&#x20;

![](/files/wcf860JZN5ZDtuFpOOo7)

## Extra markup

In some jurisdictions, extra markup is included in the original: for example in South Africa, deletions are given \[**in bold and with braces**]. In cases like these:

* Ignore the bold — we could always update the style for deletions to be bold rather than strikethrough.
* Leave in the braces, and include them outside the struckthrough text: `[{{- remove this}}]`.

## Exercise

Copy the text below and paste it into a practise document, then see the instructions that follow.

```
A letter of agreement Memorandum of Understanding has been signed between the secretariat of the Basel Convention and the UNEP/OCHA Environmental Unit, identifying the areas and the methodology for cooperation.

```

1. Mark up `letter of agreement` as an insertion.
2. Mark up `Memorandum of Understanding` as a deletion.&#x20;

When you're done, it should look like this in View mode:

![](/files/Amt0M4wIH3UZDrVyCA15)

and like this in Edit mode:

```
A {{+ letter of agreement}} {{- Memorandum of Understanding}} has been signed between the secretariat of the Basel Convention and the UNEP/OCHA Environmental Unit, identifying the areas and the methodology for cooperation.

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.laws.africa/markup-guide/marking-up-insertions-and-deletions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
