Hey folks! 👋🏻 Question—when using the "Create Document From Template" action, everything works well—however—when it comes to unordered lists, ordered, etc, the formatting does not seem to apply in the Google Doc. I even attempted to convert the markdown into markup and that did not seem to work either. The content shows up, 1:1, and is exactly the same formatting as the agent produces. I've read Liny's Proposal Drafter numerous times, but sadly this document seems to be outdated. Any help or guidance in how I can get formating like bold, lists, and headers to work would be amazing! 🤌🙏🤔
Maybe a prompting issue? Lindy should use markdown formatting to make it work
The prompt from the guide is missing something (will fix that) but still did the job on my end. Here is a second prompt I just tried which worked well (using claude sonnet 3.7):
Using the **Proposal Template** retrieved, create a new **Proposal** by integrating the content provided by the user.
## Formatting Instructions
- **Use excessive line breaks** between each section of the Proposal. More is better.
- **Use Markdown formatting** to structure the document properly.
### Headings
Use appropriate heading levels to organize the content:
# Heading Level 1
## Heading Level 2
### Heading Level 3
### Text Formatting
- **Bold important text** using `**bold**`
- *Italicize for emphasis* using `*italic*`
- ~~Strikethrough text~~ using `~~strikethrough~~`
### Lists
Use lists to structure content clearly:
**Unordered List:**
- First item
- Second item
- Third item
**Ordered List:**
1. First step
2. Second step
3. Third step
### Line Breaks (Excessive Spacing)
- Add **multiple line breaks** between sections to improve readability.
- Example:
<p>This is the first paragraph. </br>
This is the second paragraph.</p>
### Paragraphs
Wrap paragraphs using `<p>` tags for structure:
<p>This is the first paragraph.</br>
This is the second paragraph.</p>
### Final Expectations
Ensure that the Proposal is:
- **Well-structured**
- **Visually clear**
- **Highly readable** with proper formatting and excessive spacing. Might be overkill to explain Markdown to an LLM - but it works :)
