Fortran-FOSS-Programmers / Fortran-FOSS-Programmers/ford

Indented code block does not work properly in pages

Open
#404 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
458
Forks
138
PR merge metrics
No merged PRs in 30d

Description

What my code block actually looks like in markdown

----------------
### Normal code block

```bash
test
```
### Indented code block

1. test1
2. test2
```bash
test2
```

-----------

What that code block looks like in html files compiled by ford

-------------

### Normal code block

```bash
test
```
### Indented code block

1. test1
2. test2 `bash test2`
----------

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing how ford handles fenced code blocks nested inside ordered lists; the issue provides the Markdown input and resulting HTML but names no files or tests. Done means the indented bash block under item 2 renders as a code block instead of inline text, with a regression test for this example.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.