DEV Community

Discussion on: C#: How to layout a PDF document with rowspan, colspan, and nested tables using PDFFlow

Collapse
 
jayjeckel profile image
Jay Jeckel

It seems like an interesting article, but you should wrap code in code block markdown so that it will be formatted properly and have syntax highlighting.

For example:

```csharp
public class Example
{
}
```
Enter fullscreen mode Exit fullscreen mode

Displays as:

public class Example
{
}
Enter fullscreen mode Exit fullscreen mode