Skip to content

Commit cf643c6

Browse files
committed
docs: remove numbering from cell level
1 parent 1d5234c commit cf643c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration/cell-level.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this section, we will explain the various features of the cell-level option a
1414

1515
***Let’s dive in!***
1616

17-
### Different Types of Commands
17+
### **Different Types of Commands**
1818

1919
Not all commands are equal, and expectations of how execution works can differ! For example, code blocks can be:
2020

@@ -25,7 +25,7 @@ Not all commands are equal, and expectations of how execution works can differ!
2525

2626
However, Runme makes running such commands easy. It has sophisticated features that ensure commands and code are executed inside your Markdown file. In this section, we will explore how to run commands and code in one click and some features that make running commands at the cell level easier with Runme.
2727

28-
## How to Run a Cell In One Click
28+
## **How to Run a Cell In One Click**
2929

3030
To run a cell block in your Markdown file:
3131

@@ -38,7 +38,7 @@ This action will run your command and return an executed output.
3838

3939
You can configure how your cell should run using the configuration options. In the next section, we will be explaining how to configure your cell using the different cell-level options in Runme.
4040

41-
## Features of the Cell-Level Options
41+
## **Features of the Cell-Level Options**
4242

4343
The cell-level option is designed with unique sub-features which makes it efficiently and gives users the flexibility to modify each cell to their preference. Some of these features include:
4444

@@ -137,7 +137,7 @@ npm run watch
137137
138138
![background](../../static/img/configuration-page/background-task.png)
139139
140-
### 4. **Cell's current working directory**
140+
### **Cell's current working directory**
141141
142142
In most cases, you should set the current working directory at the document level; however, you can also set it per cell.
143143

0 commit comments

Comments
 (0)