How to represent multiple files in a forum post?

Jonathan Marler johnnymarler at gmail.com
Wed Feb 14 18:59:30 UTC 2018


On Wednesday, 14 February 2018 at 18:52:35 UTC, user1234 wrote:
> On Wednesday, 14 February 2018 at 18:47:31 UTC, Jonathan Marler 
> wrote:
>> On Wednesday, 14 February 2018 at 18:44:06 UTC, user1234 wrote:
>>> how does it mix with markdown, html etc ?
>>> They'll have to use escapes to be compliant, haven't they ?
>>
>> Works great with mardown.
>>
>> ```
>> --- file1
>> Contents of file1
>>
>> --- file2
>> Contents of file2
>>
>> ```
>
> hyphens are used for titles in some flavors.

2 things mitigate that.

1) Markdown does not preprocess text in between triple backticks
2) Even if you didn't put your HAR file in between triple 
backticks:
   Har uses "newline, dash, dash, dash, space, name"
   Markdown uses "newline, dash, dash, dash, dash*, newline"

These don't actually conflict, i.e.

Markdown title
---
--- har file


More information about the Digitalmars-d mailing list