can you try wrapping up the codeblock with <pre></...
# questions
j
can you try wrapping up the codeblock with ? Like: {"key": value"}
r
I will give it a try. One min.
Oh wait. Does it need to be in the form of {"key": value"} for a code block instead of the normal \`\`\` stuff?
Am I just not seeing something obvious?
j
looks like it works only when code is inline then!
r
hmmmmm 😦
Thanks anyway. Feature request?
j
Maybe use HTML as a workaround?
r
hmm
I don't think I've used HTML tables before and tried last night and couldnt get it. but let me try again right quick. one min
oo thats different than I got before. maybe program
progress not program
*
j
let me give you a proper example snippet that can help
r
Thanks!
j
One way could be using Markdown tables with tag. Since markdown tables allow single line formatting, we can use tag to induce line breaks:
Copy code
| CSS | SCCSS                 |
|------|--------------------------------|
| <pre>body{<br/>color: #ffffff;<br/>font:<br/>  $ubuntu-font: 'Ubuntu',<br/>  font-size: xx-large<br/>  padding: 2rem;}</pre> | <pre>Scss example code here</pre> |
r
omg thanks so much!
I have never done html stuff in dendron tables or anywhere in dendron I think
is there a wiki page explaining and added special formatting like that?
j
The Github Flavored Markdown supports usage of HTML in md files.
r
interesting
where can I learn more about the Github Flavored Markdown
is that not under the Dendron umbrella
?
j
The other way is just writing HTML table instead of markdown. Apologies for poor formatting
Copy code
<table>
  <tr>
    <th>CSS</th>
    <th>SCSS</th>
  </tr>
  <tr>
    <td>
      <pre>
        json
          {
            "id": 10,
            "username": "abcd",
            "email": "abcd.com",
            "password_hash":
        }
</pre>
</td>

<td>
<pre>
IDK something imp
</pre>
</td>
</tr>
</table>
r
OMG You rock
j
Dendron supports the github flavored markdown(i.e it folows rules of this markdown, like supporting HTML, mermaid diagrams etc)
r
It's been on my mind for so long I can't not say it anymore... .... I'm in love with you 😍 💕
j
haha, I'm just a Dendron bot! Happy to help
r
bot?
with beautiful dark brown hair?
Do you work at Dendron?
j
Yep.
r
Oh awesome.
I just got messaged by the Kevin and wasn't sure if he messages everyone or if it meant something.
Dendron is on my very short list of places I could imagine loving working at
How has it been for you?
j
Yeah Kevin does a brief introduction with the community members and there's also a new user tuesdays to help onboarding new users and Q/As It is a great place to be at
r
So jelly
If I ever run into more questions, can I DM you?
j
Yeah sure. A better way could be to start a thread like in this #735365126227493004 channel. This will help other users to get help too. A lot of community members also tends to provide good help.
r
Ok I'll start a thread and @ you
So are you working right now?
Is being awesome on discord your title?
j
oncall for the week
r
answering questions on discord would be a fun job
...
fantasizing I just graduated with my BS and CS and so am going through the whole "getting your first job" transition... on top of that once I get some income I can move out of my parent's.
and thinking about moving to a different State to (ATX)
currently in SF
... (are you just chillin ) or does "on call" mean you need to get back to your paused Netflix
3 Views